Antoine Pitrou <[email protected]> added the comment: > I suggest to remove this distinction, and allow TYPE_INT64 on all > platforms.
You have to find a 64-bit C int type that works on all platforms and for which a PyLongAsXXX() function exists, though. Or perhaps you want to restrict yourself to systems which have "long long" and where it is at least 64 bits wide. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue15466> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
