Skip to content

bpo-39877: Remove useless PyEval_InitThreads() calls - #18883

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:remove_init_threads
Mar 9, 2020
Merged

bpo-39877: Remove useless PyEval_InitThreads() calls#18883
vstinner merged 1 commit into
python:masterfrom
vstinner:remove_init_threads

Conversation

@vstinner

@vstinnervstinner commented Mar 9, 2020

Copy link
Copy Markdown
Member

Py_Initialize() calls PyEval_InitThreads() since Python 3.7. It's no
longer needed to call it explicitly.

https://bugs.python.org/issue39877

Py_Initialize() calls PyEval_InitThreads() since Python 3.7. It's no
longer needed to call it explicitly.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@the-knights-who-say-ni@bedevere-bot