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 pitrou
Recipients antlong, dmalcolm, pitrou
Date 2011-04-14.21:22:01
SpamBayes Score 7.349493e-07
Marked as misclassified No
Message-id <1302816122.36.0.115346948868.issue11846@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think it's in the business of the C API docs to explain Python-visible semantics, or the difference between "==" and "is". I would just rephrase the original paragraph, removing the last sentence joke:

“Since integer objects are very frequently created, certain optimizations can be applied on their allocation. For example, the current implementation keeps an array of integer objects for all integers between -5 and 256: when you create an int in that range, you actually just get back a reference to the existing object.”
History
Date User Action Args
2011-04-14 21:22:02pitrousetrecipients: + pitrou, dmalcolm, antlong
2011-04-14 21:22:02pitrousetmessageid: <1302816122.36.0.115346948868.issue11846@psf.upfronthosting.co.za>
2011-04-14 21:22:01pitroulinkissue11846 messages
2011-04-14 21:22:01pitroucreate