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 CuriousLearner, brett.cannon, eric.snow, ncoghlan, piotr.dobrogost
Date 2017-11-07.07:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510041458.69.0.213398074469.issue19982@psf.upfronthosting.co.za>
In-reply-to
Content
See issue 21862 and issue 9325 as potential use cases for this feature.

While it looks like issue 21862 (-m switch support in cProfile) can be implemented just fine without it, this feature will be needed for the modules that execute the given scripts directly in __main__.__dict__ (e.g. pdb).
History
Date User Action Args
2017-11-07 07:57:38ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.snow, piotr.dobrogost, CuriousLearner
2017-11-07 07:57:38ncoghlansetmessageid: <1510041458.69.0.213398074469.issue19982@psf.upfronthosting.co.za>
2017-11-07 07:57:38ncoghlanlinkissue19982 messages
2017-11-07 07:57:38ncoghlancreate