◐ Shell
clean mode source ↗

bpo-33612: Remove PyThreadState_Clear() assertion by vstinner · Pull Request #7069 · python/cpython

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.

markshannon

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 23, 2018
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>

ned-deily pushed a commit that referenced this pull request

May 23, 2018
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>