New submission from Franco Costantini:

Hi, we currently are fuzzing Python programs to find valid code that fails to 
compile. We found this program never finishes its compilation.

$ echo "raise ValueError ; 2 ** 12345678912345" > inf.py
$ python -m py_compile inf.py

We realize the computation is a large one and takes a very long time, in this 
case the compiler consumes more and more memory over time. Perhaps the compiler 
shouldn't try to calculate this indefinitely and just return an error.

Regards

----------
messages: 272046
nosy: fcostantini
priority: normal
severity: normal
status: open
title: Compilation doesnt' end
type: compile error
versions: Python 2.7

_______________________________________
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