]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98461: Fix location of RETURN_VALUE in async generator bytecode. compiler_jump_if...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 25 Oct 2022 11:26:26 +0000 (12:26 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 11:26:26 +0000 (12:26 +0100)
commita1a8828e42a3ce08374655201fd49ab0137823cc
treec7e525fc217a62d52ec87d81c4e52767dcafa1ad
parent8aa1e994a530e538a5433c8ada6500ffc1214467
gh-98461: Fix location of RETURN_VALUE in async generator bytecode. compiler_jump_if no longer needs a pointer to the loc. (GH-98494)
Lib/test/test_compile.py
Python/compile.c