◐ Shell
clean mode source ↗

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 mrkn changed the title Fix calling order of PyEval_InitThreads bpo-32165 Fix calling order of PyEval_InitThreads

Nov 29, 2017

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 10, 2019
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

Sep 10, 2019
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 mrkn deleted the order_of_init_threads branch

September 10, 2019 10:35

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 10, 2019
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

Jul 20, 2020
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called
before Py_Initialize() function.