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 scoder
Recipients axh, brett.cannon, scoder, vstinner
Date 2015-09-18.12:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Understood and agreed. Second patch looks good to me.

Cython calls PyThreadState_GET() in pretty much every helper function that deals with exceptions, but I doubt that the potential speed difference is going to be relevant in the real world. And we target CPython's API level anyway, not the ABI, so the C code will just adapt at compile time.
History
Date User Action Args
2015-09-18 12:25:14scodersetrecipients: + scoder, brett.cannon, vstinner, axh
2015-09-18 12:25:14scodersetmessageid: <[email protected]>
2015-09-18 12:25:14scoderlinkissue25150 messages
2015-09-18 12:25:13scodercreate