Message250972
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. |
|
| Date |
User |
Action |
Args |
| 2015-09-18 12:25:14 | scoder | set | recipients:
+ scoder, brett.cannon, vstinner, axh |
| 2015-09-18 12:25:14 | scoder | set | messageid: <[email protected]> |
| 2015-09-18 12:25:14 | scoder | link | issue25150 messages |
| 2015-09-18 12:25:13 | scoder | create | |
|