◐ Shell
clean mode source ↗

[3.7] bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) by miss-islington · Pull Request #7074 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

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

Choose a reason for hiding this comment

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

LGTM, good bot.

@miss-islington

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

@miss-islington

@ned-deily

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

Labels