]> granicus.if.org Git - python/commit
[3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 Mar 2018 13:45:37 +0000 (15:45 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Mar 2018 13:45:37 +0000 (15:45 +0200)
commit18d7edf32e6832a818621cb8cb3d144928eca232
tree6d040cf457e599d03919aedd1682e937d2edcb16
parent560ea272b01acaa6c531cc7d94331b2ef0854be6
[3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154). (GH-6199)

(cherry picked from commit b9744e924ca07ba7db977e5958b91cd8db565632)
Lib/test/test_coroutines.py
Lib/test/test_dis.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2018-03-18-13-56-14.bpo-33041.XwPhI2.rst [new file with mode: 0644]
Python/compile.c