Staging
v0.5.1
https://github.com/python/cpython
Revision 508d7693bc09affd99fdaa4a321cc3da0638c8a0 authored by Miss Islington (bot) on 23 May 2018, 19:58:21 UTC, committed by Ned Deily on 23 May 2018, 19:58:21 UTC
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 b6dccf54fd3bac9c87348d96f9d6b571608c15bc)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent 2fc443c
History
Tip revision: 508d7693bc09affd99fdaa4a321cc3da0638c8a0 authored by Miss Islington (bot) on 23 May 2018, 19:58:21 UTC
bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074)
Tip revision: 508d769
File Mode Size
__init__.py -rw-r--r-- 3.3 KB
ascii.py -rw-r--r-- 2.5 KB
has_key.py -rw-r--r-- 5.5 KB
panel.py -rw-r--r-- 87 bytes
textpad.py -rw-r--r-- 7.5 KB

back to top