diff options
author | Victor Stinner <vstinner@python.org> | 2020-03-10 00:37:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 00:37:48 +0100 |
commit | 175a704abfcb3400aaeb66d4f098d92ca7e30892 (patch) | |
tree | 69632e4e77cf0a397bbe51cdc15d6f0624ef1cf9 /Python/fileutils.c | |
parent | addaaaa946855ad59c8f5c698aa0891d7e44f018 (diff) | |
download | cpython-git-175a704abfcb3400aaeb66d4f098d92ca7e30892.tar.gz |
bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891)
PyGILState_Ensure() doesn't call PyEval_InitThreads() anymore when a
new Python thread state is created. The GIL is created by
Py_Initialize() since Python 3.7, it's not needed to call
PyEval_InitThreads() explicitly.
Add an assertion to ensure that the GIL is already created.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions