Skip to content

Conversation

@mrkn
Copy link
Contributor

@mrkn mrkn commented Nov 28, 2017

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

https://bugs.python.org/issue32165

As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called
before Py_Initialize() function.
@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@mrkn
Copy link
Contributor Author

mrkn commented Nov 28, 2017

I've signed the CLA.

@mrkn mrkn changed the title Fix calling order of PyEval_InitThreads bpo-32165 Fix calling order of PyEval_InitThreads Nov 29, 2017
@benjaminp benjaminp closed this Sep 10, 2019
@benjaminp benjaminp reopened this Sep 10, 2019
@benjaminp benjaminp merged commit 9e61066 into python:master Sep 10, 2019
@miss-islington
Copy link
Contributor

Thanks @mrkn for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

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 <[email protected]>
@bedevere-bot
Copy link

GH-15832 is a backport of this pull request to the 3.8 branch.

@bedevere-bot
Copy link

GH-15833 is a backport of this pull request to the 3.7 branch.

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 <[email protected]>
@mrkn mrkn deleted the order_of_init_threads branch September 10, 2019 10:35
@miss-islington
Copy link
Contributor

Thanks @mrkn for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

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 <[email protected]>
@bedevere-bot
Copy link

GH-15836 is a backport of this pull request to the 3.8 branch.

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.
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.

6 participants