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, amaury.forgeotdarc, berker.peksag, gennad, georg.brandl, ncoghlan, oquanox, pitrou, rock
Date 2017-11-07.07:48:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510040926.78.0.213398074469.issue21862@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting - I'd never looked at how cProfile works before, and the fact it already doesn't support the "-i" (interactive) switch makes it much simpler to handle than the pdb case.

So from a runpy perspective, this approach gets a +1 from me, but I'd prefer if there was someone more familiar with the cProfile module that was willing to handle the merge.
History
Date User Action Args
2017-11-07 07:48:46ncoghlansetrecipients: + ncoghlan, georg.brandl, amaury.forgeotdarc, pitrou, gennad, berker.peksag, rock, oquanox, CuriousLearner
2017-11-07 07:48:46ncoghlansetmessageid: <1510040926.78.0.213398074469.issue21862@psf.upfronthosting.co.za>
2017-11-07 07:48:46ncoghlanlinkissue21862 messages
2017-11-07 07:48:46ncoghlancreate