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 xtreak
Recipients jayanth, xdegaye, xtreak
Date 2019-02-01.04:02:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548993777.46.0.234201284062.issue35871@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report. This seems related to issue21161 and issue26072 that contain explanation about scope where exec is called with the code and patches that fix this issue. As a possible workaround in the issues you can use "interact" command to get to a REPL where you can evaluate and exit back to pdb.
History
Date User Action Args
2019-02-01 04:02:59xtreaksetrecipients: + xtreak, xdegaye, jayanth
2019-02-01 04:02:57xtreaksetmessageid: <1548993777.46.0.234201284062.issue35871@roundup.psfhosted.org>
2019-02-01 04:02:57xtreaklinkissue35871 messages
2019-02-01 04:02:57xtreakcreate