SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 68 Python

bpo-43311: Create GIL autoTSSkey ealier (GH-24819)

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.
V
Victor Stinner committed
87f649a409da9d99682e78a55a83fc43225a8729
Parent: 9a9c11a
Committed by GitHub <noreply@github.com> on 3/10/2021, 7:00:46 PM