This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients exe, georg.brandl, loewis
Date 2009-01-02.16:34:08
SpamBayes Score 2.314482e-05
Marked as misclassified No
Message-id <1230914049.16.0.645708801602.issue4800@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-02 16:34:09loewissetrecipients: + loewis, georg.brandl, exe
2009-01-02 16:34:09loewissetmessageid: <1230914049.16.0.645708801602.issue4800@psf.upfronthosting.co.za>
2009-01-02 16:34:08loewislinkissue4800 messages
2009-01-02 16:34:08loewiscreate