]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160)
authorMark Shannon <mark@hotpy.org>
Thu, 15 Jul 2021 13:37:57 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 13:37:57 +0000 (14:37 +0100)
commitf333ab0f2edec26a769ed558263ac662e5475451
tree9b9a6ea59e24e1d7c053d951e2983cdb297bfe69
parentb83861f0265e07207a6ae2c49c40fa8f447893f2
bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160)
Lib/test/test_compile.py
Python/compile.c