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 vstinner
Recipients Mark.Shannon, jdemeyer, petr.viktorin, vstinner
Date 2019-04-15.08:54:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555318473.64.0.221479664803.issue36616@roundup.psfhosted.org>
In-reply-to
Content
I wanted to do that, but I never measured the overhead of PyThreadState_GET() calls. Subtle detail: using _PyThreadState_GET() ("_Py") prefix rather than PyThreadState_GET() ensures that you get the optimized macro ;-)
History
Date User Action Args
2019-04-15 08:54:33vstinnersetrecipients: + vstinner, petr.viktorin, Mark.Shannon, jdemeyer
2019-04-15 08:54:33vstinnersetmessageid: <1555318473.64.0.221479664803.issue36616@roundup.psfhosted.org>
2019-04-15 08:54:33vstinnerlinkissue36616 messages
2019-04-15 08:54:33vstinnercreate