SilentGhost added the comment:

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

----------
nosy: +SilentGhost

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27695>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to