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

[3.6] bpo-20891: Remove test_capi.test_bpo20891() by vstinner · Pull Request #5425 · python/cpython · GitHub

/ cpython Public

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

Merged
vstinner merged 1 commit into
python:3.6from
vstinner:remove_test_bpo20891
Jan 29, 2018
Merged

[3.6] bpo-20891: Remove test_capi.test_bpo20891()#5425
vstinner merged 1 commit into
python:3.6from
vstinner:remove_test_bpo20891

Conversation

vstinner commented Jan 29, 2018
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown

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

vstinner deleted the remove_test_bpo20891 branch January 29, 2018 15:35
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