Victor Stinner 0cae609847 Use PyThreadState_GET() in performance critical code
It seems like _PyThreadState_UncheckedGet() is not inlined as expected, even
when using gcc -O3.
2016-11-11 01:43:56 +01:00
..
2016-09-07 09:26:18 -07:00
2016-09-09 23:11:52 -07:00
2016-09-13 22:46:15 -07:00
2016-09-21 11:37:27 +02:00
2016-09-09 14:57:58 -07:00

Miscellaneous source files for the main Python shared library