bpo-39877: Remove useless PyEval_InitThreads() calls by vstinner · Pull Request #18883 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Py_Initialize() calls PyEval_InitThreads() since Python 3.7. It's no
longer needed to call it explicitly.
Py_Initialize() calls PyEval_InitThreads() since Python 3.7. It's no longer needed to call it explicitly.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
added
the
skip news
label
vstinner
merged commit
3225b9f
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
remove_init_threads
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment