summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ntpath.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-12-13 01:37:09 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-12-13 01:37:09 (GMT)
commit66c6e9dcb4cea8cce36abbd95308aa15b3381bea (patch)
tree13f28d6fb2166c73a010000883647613d56819e3 /Lib/test/test_ntpath.py
parent9ffb1481d8103407d3d09d212993ab7c36c58087 (diff)
downloadcpython-66c6e9dcb4cea8cce36abbd95308aa15b3381bea.zip
cpython-66c6e9dcb4cea8cce36abbd95308aa15b3381bea.tar.gz
cpython-66c6e9dcb4cea8cce36abbd95308aa15b3381bea.tar.bz2
Issue #14432: Generator now clears the borrowed reference to the thread state
Fix a crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup.
Diffstat (limited to 'Lib/test/test_ntpath.py')
0 files changed, 0 insertions, 0 deletions