On Fri, Jan 16, 2009 at 10:42 PM, Brett Cannon <br...@python.org> wrote:
> Assuming we have been moving the C API usage to PyInt and not PyLong,
> then yes it makes sense.

Hmm.  I don't think there's been any such move.  Maybe there
should be.

Benjamin wondered aloud about deprecating PyNumber_Long
in the issue 4910 discussion;  I suggested deprecating
PyNumber_Int instead, but on reflection I think Benjamin's right:
it seems neater to keep the PyNumber_Int <-> int() <-> nb_int
naming connections than the PyNumber_Long <-> PyLong
ones.

At any rate, I think it would be good to deprecate one or the
other;  I don't really have a strong opinion about which one.

Mark
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to