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 arigo
Recipients arigo, christian.heimes, fijall, hynek
Date 2012-06-14.09:18:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339665540.96.0.36795135286.issue15061@psf.upfronthosting.co.za>
In-reply-to
Content
fijal: while I agree with you, the limit for small ints has actually been pushed to 257 in recent CPythons.  So it should still theoretically work --- of course, assuming a predictable CPU, which is wrong, and assuming a simple interpreter.  (We can probably dig enough to find a timing issue even with CPython, and of course it's clear with any of the other Python interpreters out there.)
History
Date User Action Args
2012-06-14 09:19:01arigosetrecipients: + arigo, christian.heimes, fijall, hynek
2012-06-14 09:19:00arigosetmessageid: <1339665540.96.0.36795135286.issue15061@psf.upfronthosting.co.za>
2012-06-14 09:19:00arigolinkissue15061 messages
2012-06-14 09:18:59arigocreate