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 skrah
Recipients meador.inge, skrah
Date 2012-08-14.09:19:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344935994.08.0.390973997246.issue15632@psf.upfronthosting.co.za>
In-reply-to
Content
Should we go all the way and also explicitly fill the small int cache?

Integers 0-255 should be initialized already, but I'm not sure
about [-5..-1] and 256. I haven't been able to create a test case
for integers though.
History
Date User Action Args
2012-08-14 09:19:54skrahsetrecipients: + skrah, meador.inge
2012-08-14 09:19:54skrahsetmessageid: <1344935994.08.0.390973997246.issue15632@psf.upfronthosting.co.za>
2012-08-14 09:19:53skrahlinkissue15632 messages
2012-08-14 09:19:53skrahcreate