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 ncoghlan
Recipients Greg.Slodkowicz, Segev Finer, belopolsky, eric.araujo, eric.snow, georg.brandl, giampaolo.rodola, ncoghlan, piotr.dobrogost, terry.reedy
Date 2018-01-05.07:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515137670.71.0.467229070634.issue9325@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 32206 covers doing this for `pdb`. It relies on directly accessing private APIs in the `runpy` module, but we can live with that, since `pdb` is part of the standard library.
History
Date User Action Args
2018-01-05 07:34:31ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, belopolsky, giampaolo.rodola, eric.araujo, Greg.Slodkowicz, eric.snow, piotr.dobrogost, Segev Finer
2018-01-05 07:34:30ncoghlansetmessageid: <1515137670.71.0.467229070634.issue9325@psf.upfronthosting.co.za>
2018-01-05 07:34:30ncoghlanlinkissue9325 messages
2018-01-05 07:34:30ncoghlancreate