]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39166: Fix trace of last iteration of async for loops (#17800)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 10 Jan 2020 09:24:22 +0000 (09:24 +0000)
committerMark Shannon <mark@hotpy.org>
Fri, 10 Jan 2020 09:24:22 +0000 (09:24 +0000)
commit4c53e63cc966f98e141a09bc435b9f9c713b152d
tree27435c8386cf6a99db3de9300b15a6ac6f70640d
parent850a8856e120f8cba15e557a0e791f93b43d6989
bpo-39166: Fix trace of last iteration of async for loops (#17800)
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2020-01-02-22-22-03.bpo-39166.Qt-UeD.rst [new file with mode: 0644]
Python/ceval.c