[issue4800] little inaccuracy in Py_ssize_t explanation

Martin v. Löwis report at bugs.python.org
Fri Jan 2 17:34:09 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

I think the documentation is correct as it stands; the question is what
a "distinct memory location" is. Wrt. reference count, this surely
refers to pointers; each pointer is at least 4 bytes, and pointers are
four-aligned. So for N bits address space, there can be at most 2**(N-2)
pointers.

----------
nosy: +loewis
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4800>
_______________________________________


More information about the Python-bugs-list mailing list