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.

Author pitrou
Recipients Wheerd, benjamin.peterson, brett.cannon, jkloth, ncoghlan, paul.moore, pitrou, scoder, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, yselivanov, zach.ware
Date 2017-08-06.18:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502043121.72.0.289945879663.issue31113@psf.upfronthosting.co.za>
In-reply-to
Content
>   exec('if a: b = 1\n' * 25150)

I need to increase it to 200000 and it fails with a stack overflow in dfs() here (git master on Ubuntu 16.04 in pydebug mode).
History
Date User Action Args
2017-08-06 18:12:01pitrousetrecipients: + pitrou, brett.cannon, terry.reedy, paul.moore, ncoghlan, scoder, tim.golden, benjamin.peterson, jkloth, zach.ware, serhiy.storchaka, yselivanov, steve.dower, Wheerd
2017-08-06 18:12:01pitrousetmessageid: <1502043121.72.0.289945879663.issue31113@psf.upfronthosting.co.za>
2017-08-06 18:12:01pitroulinkissue31113 messages
2017-08-06 18:12:01pitroucreate