]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#109924)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 27 Sep 2023 12:24:33 +0000 (13:24 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 12:24:33 +0000 (13:24 +0100)
commitea285ad8b69c6ed91fe79edb3b0ea4d9cd6e6011
tree6fcfc83e52e2ce3642ce94dae7dbba739dad78c4
parentb89ed9df39851348fbb1552294644f99f6b17d2c
gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#109924)
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-09-26-21-26-54.gh-issue-109923.WO3CHi.rst [new file with mode: 0644]
Python/flowgraph.c