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 ppperry
Recipients ppperry, scotchka, serhiy.storchaka, xtreak
Date 2019-01-16.20:05:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547669151.52.0.0701349370774.issue34782@roundup.psfhosted.org>
In-reply-to
Content
The thing is, though, that the same error occurs if a larger code being debugged calls `exec` or `eval` with such a mapping (`pdb.run("eval('1+1',{},FakeContainer())" also crashes with the same error), and the test suite contains code that evals other code in an incomplete mapping (test_var_annot_custom_maps in test_grammar)
History
Date User Action Args
2019-01-16 20:05:52ppperrysetrecipients: + ppperry, serhiy.storchaka, xtreak, scotchka
2019-01-16 20:05:51ppperrysetmessageid: <1547669151.52.0.0701349370774.issue34782@roundup.psfhosted.org>
2019-01-16 20:05:51ppperrylinkissue34782 messages
2019-01-16 20:05:51ppperrycreate