mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
87f649a409
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