[issue22583] C stack overflow in the Python 2.7 compiler

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has reached EOL, I'm closing this issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue22583] C stack overflow in the Python 2.7 compiler

2015-04-16 Thread Aleksandr Yeganov
Aleksandr Yeganov added the comment: This is a backport of https://bugs.python.org/issue5765. I've pretty much taken the patch directly and applied it. I did have to modify the test code to use a different method. -- keywords: +patch nosy: +ayeganov Added file:

[issue22583] C stack overflow in the Python 2.7 compiler

2014-10-09 Thread STINNER Victor
STINNER Victor added the comment: You're supposed to use that code to create a file (the output file is just +...+). Oh ok, the bug is in Python compiler. It's probably an overflow of the C stack. The bug was fixed in Python 3.3 by the issue #5765: see changeset ab02cd145f56. See