Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-20891: Remove test_capi.test_bpo20891() #5425

Merged
merged 1 commit into from Jan 29, 2018

Conversation

@vstinner
Copy link
Member

vstinner commented Jan 29, 2018

My first fix is not enough to make test_bpo20891() reliable. A second
fix is needed and it was decided to not backport it, so remove the
test instead.

For Python 3.6, the workaround is to call PyEval_InitThreads() before
spawning the first C thread.

Python 3.7 will have both fixes.

https://bugs.python.org/issue20891

My first fix is not enough to make test_bpo20891() reliable. A second
fix is needed and it was decided to not backport it, so remove the
test instead.

For Python 3.6, the workaround is to call PyEval_InitThreads() before
spawning the first C thread.

Python 3.7 will have both fixes.
@vstinner vstinner added the skip news label Jan 29, 2018
@vstinner vstinner merged commit 0cecc22 into python:3.6 Jan 29, 2018
4 checks passed
4 checks passed
bedevere/issue-number Issue number 20891 found
Details
bedevere/news "skip news" label found
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Jan 29, 2018

@vstinner: Please replace # with GH- in the commit message next time. Thanks!

@vstinner vstinner deleted the vstinner:remove_test_bpo20891 branch Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.