Mark Dickinson <dicki...@gmail.com> added the comment: > I wonder if we should mark > PyNumber_Long as deprecated in the docs, though.
It would be nice to standardize on one of (PyNumber_Long, PyNumber_Int) and document the other as deprecated. Maybe it would make more sense to stick with PyNumber_Long and deprecate PyNumber_Int, though? It would make 2.x -> 3.x transitions easier, and would be consistent with some of the rest of the API: we seem to be using PyLong_Check in preference to PyInt_Check in current code... _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4910> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com