[New-bugs-announce] [issue15446] Recursion SIGSEGV
Arseniy
report at bugs.python.org
Wed Jul 25 11:51:56 CEST 2012
New submission from Arseniy <senyai at gmail.com>:
a=lambda:a
print eval("a" + "()" * 999999)
----------
components: None
messages: 166378
nosy: senyai
priority: normal
severity: normal
status: open
title: Recursion SIGSEGV
type: crash
versions: Python 2.7, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15446>
_______________________________________
More information about the New-bugs-announce
mailing list