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 ronaldoussoren
Recipients ronaldoussoren, xxm
Date 2021-04-02.10:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617359049.46.0.78254964641.issue43664@roundup.psfhosted.org>
In-reply-to
Content
```pdb.run(...)``` is ends up in ```bdb.Bdb.run```, which uses compile and exec to run the code.

And indeed:

>>> compile("1+2" * 1000000, "-", "exec")
zsh: segmentation fault  python3.9
History
Date User Action Args
2021-04-02 10:24:09ronaldoussorensetrecipients: + ronaldoussoren, xxm
2021-04-02 10:24:09ronaldoussorensetmessageid: <1617359049.46.0.78254964641.issue43664@roundup.psfhosted.org>
2021-04-02 10:24:09ronaldoussorenlinkissue43664 messages
2021-04-02 10:24:09ronaldoussorencreate