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: Eval Recursion SIGSEGV
Type: crash Stage: resolved
Components: None Versions: Python 3.3, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: stack overflow evaluating eval("()" * 30000)
View: 5765
Assigned To: Nosy List: senyai
Priority: normal Keywords:

Created on 2012-07-25 09:51 by senyai, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg166378 - (view) Author: Arseniy (senyai) Date: 2012-07-25 09:51
a=lambda:a
print eval("a" + "()" * 999999)
History
Date User Action Args
2022-04-11 14:57:33adminsetgithub: 59651
2012-07-25 11:38:44r.david.murraysetstatus: open -> closed
superseder: stack overflow evaluating eval("()" * 30000)
title: Recursion SIGSEGV -> Eval Recursion SIGSEGV
resolution: duplicate
stage: resolved
2012-07-25 09:51:56senyaicreate