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 penguin_wwy
Recipients Mark.Shannon, gvanrossum, penguin_wwy
Date 2021-12-10.07:29:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639121380.78.0.970725716982.issue45630@roundup.psfhosted.org>
In-reply-to
Content
Recently, we have used this function to troubleshoot problems with online applications.
We have implemented the PEP659(Specializing) to the 3.6 version which is used by online services, and this function allows us to dump the current function's code in the case of an unhandled exception to determine if the problem was caused by an optimization.
History
Date User Action Args
2021-12-10 07:29:40penguin_wwysetrecipients: + penguin_wwy, gvanrossum, Mark.Shannon
2021-12-10 07:29:40penguin_wwysetmessageid: <1639121380.78.0.970725716982.issue45630@roundup.psfhosted.org>
2021-12-10 07:29:40penguin_wwylinkissue45630 messages
2021-12-10 07:29:40penguin_wwycreate