]> granicus.if.org Git - python/commit
bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 Mar 2018 12:35:33 +0000 (14:35 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Mar 2018 12:35:33 +0000 (14:35 +0200)
commitb9744e924ca07ba7db977e5958b91cd8db565632
treeaede553c802a392e1302b7f193b3a7112c84a3de
parentc71edab15d023360388da8360700d419b5f48c81
bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154)
Lib/test/test_coroutines.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