[Python-Dev] Fwd: [Python-checkins] r51236 - in python/trunk: Doc/api/abstract.tex Include/abstract.h Include/object.h Lib/test/test_index.py Misc/NEWS Modules/arraymodule.c Modules/mmapmodule.c Modules/operator.c Objects/abstract.c Objects/class

Tim Peters tim.peters at gmail.com
Sun Aug 13 00:54:58 CEST 2006


[Travis E. Oliphant]
> Right now throughout the Python code it is assumed that
> sizeof(Py_ssize_t) <= sizeof(long).

If you find any code like that, it's a bug.  Win64 is a platform where
it's false.


More information about the Python-Dev mailing list