summaryrefslogtreecommitdiffstats
path: root/Python/future.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-03-10 19:00:46 (GMT)
committerGitHub <noreply@github.com>2021-03-10 19:00:46 (GMT)
commit87f649a409da9d99682e78a55a83fc43225a8729 (patch)
treeecba0910f42f93dd6aa107ce4506a55f66249ec2 /Python/future.c
parent9a9c11ad41d7887f3d6440e0f0e8966156d959b5 (diff)
downloadcpython-87f649a409da9d99682e78a55a83fc43225a8729.zip
cpython-87f649a409da9d99682e78a55a83fc43225a8729.tar.gz
cpython-87f649a409da9d99682e78a55a83fc43225a8729.tar.bz2
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.
Diffstat (limited to 'Python/future.c')
0 files changed, 0 insertions, 0 deletions