◐ Shell
reader mode source ↗
Skip to content

[3.7] bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069)#7074

Merged
ned-deily merged 1 commit into
python:3.7from
miss-islington:backport-b6dccf5-3.7
May 23, 2018
Merged

[3.7] bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069)#7074
ned-deily merged 1 commit into
python:3.7from
miss-islington:backport-b6dccf5-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented May 23, 2018

Copy link
Copy Markdown
Contributor

bpo-25612, bpo-33612: Remove an assertion from PyThreadState_Clear()
which failed at Python shutdown or on fork if a thread was running a
generator.
(cherry picked from commit b6dccf5)

Co-authored-by: Victor Stinner vstinner@redhat.com

https://bugs.python.org/issue33612

bpo-25612, bpo-33612: Remove an assertion from PyThreadState_Clear()
which failed at Python shutdown or on fork if a thread was running a
generator.
(cherry picked from commit b6dccf5)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide comment

LGTM, good bot.

@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Backport status check is done, and it's a failure ❌ .

@ned-deily ned-deily merged commit 508d769 into python:3.7 May 23, 2018
@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks, @ned-deily!

@miss-islington miss-islington deleted the backport-b6dccf5-3.7 branch May 23, 2018 19:58
@ned-deily

Copy link
Copy Markdown
Member

(To speed things along, I've merged the 3.7 backport. Thanks @vstinner and all the reviewers!)

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.

5 participants