]> granicus.if.org Git - python/commit
bpo-33612: Remove PyThreadState_Clear() assertion (#7069)
authorVictor Stinner <vstinner@redhat.com>
Wed, 23 May 2018 16:00:55 +0000 (18:00 +0200)
committerGitHub <noreply@github.com>
Wed, 23 May 2018 16:00:55 +0000 (18:00 +0200)
commitb6dccf54fd3bac9c87348d96f9d6b571608c15bc
tree5c769cdaed0813ba7641c4caa0de218db88ef31b
parent825aab95fde959541859383f8ea7e7854ebfd49f
bpo-33612: Remove PyThreadState_Clear() assertion (#7069)

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.
Python/pystate.c