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-- 314 bytes
__main__.py -rw-r--r-- 13.9 KB
bytedesign.py -rwxr-xr-x 4.1 KB
chaos.py -rw-r--r-- 951 bytes
clock.py -rwxr-xr-x 3.1 KB
colormixer.py -rw-r--r-- 1.3 KB
forest.py -rwxr-xr-x 2.9 KB
fractalcurves.py -rwxr-xr-x 3.4 KB
lindenmayer.py -rwxr-xr-x 2.4 KB
minimal_hanoi.py -rwxr-xr-x 2.0 KB
nim.py -rw-r--r-- 6.4 KB
paint.py -rwxr-xr-x 1.3 KB
peace.py -rwxr-xr-x 1.0 KB
penrose.py -rwxr-xr-x 3.5 KB
planet_and_moon.py -rwxr-xr-x 2.8 KB
round_dance.py -rw-r--r-- 1.8 KB
sorting_animate.py -rw-r--r-- 4.9 KB
tree.py -rwxr-xr-x 1.4 KB
turtle.cfg -rw-r--r-- 160 bytes
two_canvases.py -rwxr-xr-x 1.1 KB
wikipedia.py -rw-r--r-- 1.3 KB
yinyang.py -rwxr-xr-x 821 bytes

back to top