bpo-32165 Fix calling order of PyEval_InitThreads by mrkn · Pull Request #4602 · python/cpython
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called before Py_Initialize() function.
mrkn
changed the title
Fix calling order of PyEval_InitThreads
bpo-32165 Fix calling order of PyEval_InitThreads
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called before Py_Initialize() function. (cherry picked from commit 9e61066) Co-authored-by: Kenta Murata <mrkn@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called before Py_Initialize() function. (cherry picked from commit 9e61066) Co-authored-by: Kenta Murata <mrkn@users.noreply.github.com>
mrkn
deleted the
order_of_init_threads
branch
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called before Py_Initialize() function. (cherry picked from commit 9e61066) Co-authored-by: Kenta Murata <mrkn@users.noreply.github.com>
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request
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