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 ztane
Recipients pabstersac, ztane
Date 2016-07-18.06:22:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468822926.8.0.458921169186.issue27556@psf.upfronthosting.co.za>
In-reply-to
Content
Note that this has nothing to do with `hex()` function. The part that is problem here is 100000**8000000000, which takes ages to compute. You can interrupt it with Ctrl-C.
History
Date User Action Args
2016-07-18 06:22:06ztanesetrecipients: + ztane, pabstersac
2016-07-18 06:22:06ztanesetmessageid: <1468822926.8.0.458921169186.issue27556@psf.upfronthosting.co.za>
2016-07-18 06:22:06ztanelinkissue27556 messages
2016-07-18 06:22:06ztanecreate