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 methane
Recipients jdemeyer, methane, ppperry, serhiy.storchaka, vstinner
Date 2018-08-01.04:17:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533097026.68.0.56676864532.issue29502@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, _lsprof uses PyObject_Call()
https://github.com/python/cpython/blob/ea68d83933e6de6cabfb115ec1b8888301947369/Modules/_lsprof.c#L120-L123

If PyObject_Call() trigger profiler, lsprof should avoid recursion.
History
Date User Action Args
2018-08-01 04:17:06methanesetrecipients: + methane, vstinner, serhiy.storchaka, jdemeyer, ppperry
2018-08-01 04:17:06methanesetmessageid: <1533097026.68.0.56676864532.issue29502@psf.upfronthosting.co.za>
2018-08-01 04:17:06methanelinkissue29502 messages
2018-08-01 04:17:06methanecreate