[issue1533486] long -> Py_ssize_t (C/API 1.2.1)

Alexander Belopolsky report at bugs.python.org
Sat Mar 8 15:02:13 CET 2008


Alexander Belopolsky added the comment:

Georg, did you miss the s/assuming/because/ part of my proposal?  Python 
guarantees that sizeof(Py_ssize_t) == sizeof(size_t) == sizeof(void*). (See PEP 353.)

"Assuming" is therefore misleading because it suggests that it may not 
be always true.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1533486>
_____________________________________


More information about the Python-bugs-list mailing list