mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
At Python startup, call _PyGILState_Init() before PyInterpreterState_New() which calls _PyThreadState_GET(). When Python is built using --with-experimental-isolated-subinterpreters, _PyThreadState_GET() uses autoTSSkey.
Miscellaneous source files for the main Python shared library