]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-128534: Instrument branches for `async for` loops. (GH-130569)
authorMark Shannon <mark@hotpy.org>
Thu, 27 Feb 2025 09:36:41 +0000 (09:36 +0000)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 09:36:41 +0000 (09:36 +0000)
commit2a18e80695ac1f05c95ea3b1cfe29defd45e2f71
tree4fec858cc19c76631a9958ba9ca4d049e2c19f50
parentfda056e64bdfcac3dd3d13eebda0a24994d83cb8
GH-128534: Instrument branches for `async for` loops. (GH-130569)
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-26-10-32-48.gh-issue-128534.JEiQex.rst [new file with mode: 0644]
Python/bytecodes.c
Python/codegen.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_targets.h