FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-39877: Remove useless PyEval_InitThreads() calls by vstinner · Pull Request #18883 · python/cpython · GitHub

/ cpython Public

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 commented Mar 9, 2020
edited by bedevere-bot
Loading

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.
vstinner merged commit 3225b9f into python:master Mar 9, 2020
vstinner deleted the remove_init_threads branch March 9, 2020 19:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL