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 SilentGhost
Recipients SilentGhost, fcostantini, serhiy.storchaka, vstinner
Date 2016-08-05.17:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470419243.48.0.0182760016227.issue27695@psf.upfronthosting.co.za>
In-reply-to
Content
On 3.6 it takes a very long time, but it does finish.

time ./python -c "raise ValueError ; 2 ** 12345678912345"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ValueError

real    1m35.673s
user    1m18.952s
sys     0m16.644s
History
Date User Action Args
2016-08-05 17:47:23SilentGhostsetrecipients: + SilentGhost, vstinner, serhiy.storchaka, fcostantini
2016-08-05 17:47:23SilentGhostsetmessageid: <1470419243.48.0.0182760016227.issue27695@psf.upfronthosting.co.za>
2016-08-05 17:47:23SilentGhostlinkissue27695 messages
2016-08-05 17:47:23SilentGhostcreate