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 taleinat
Recipients Anthony Sottile, serhiy.storchaka, taleinat
Date 2020-10-18.06:27:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603002421.55.0.280539565797.issue40492@roundup.psfhosted.org>
In-reply-to
Content
> I am not sure what is better: to fix it at high level, in main() for cProfile and cProfile, or at low level, in methods runctx() and run() of profile._Utils.

Maybe both, to keep them decoupled and be sure of correct behavior in all cases?
History
Date User Action Args
2020-10-18 06:27:01taleinatsetrecipients: + taleinat, serhiy.storchaka, Anthony Sottile
2020-10-18 06:27:01taleinatsetmessageid: <1603002421.55.0.280539565797.issue40492@roundup.psfhosted.org>
2020-10-18 06:27:01taleinatlinkissue40492 messages
2020-10-18 06:27:01taleinatcreate