[issue27695] Compilation doesnt' end

SilentGhost report at bugs.python.org
Fri Aug 5 13:47:23 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue27695>
_______________________________________


More information about the Python-bugs-list mailing list