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.

classification
Title: Parser chokes on big files
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: alexanderweb, doerwalter
Priority: normal Keywords:

Created on 2005-06-11 21:59 by alexanderweb, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
__init__.py alexanderweb, 2005-06-11 22:05
Messages (2)
msg25522 - (view) Author: Alexander Schremmer (alexanderweb) Date: 2005-06-11 21:59
Python 2.4.1 chokes on files generated by gen_py. 
Sample file attached.

Workaround: use the nice pyc compiler (it even becomes 
faster and smaller source code :))
msg25523 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2005-06-13 20:05
Logged In: YES 
user_id=89016

Closing, as this is a duplicate of bug #1175396.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42074
2005-06-11 21:59:15alexanderwebcreate