]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45923: Handle call events in bytecode (GH-30364)
authorMark Shannon <mark@hotpy.org>
Thu, 6 Jan 2022 13:09:25 +0000 (13:09 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 13:09:25 +0000 (13:09 +0000)
commite028ae99ecee671c0e8a3eabb829b5b2acfc4441
tree497e68f1caeb92104bf3a464977bb0e024131f69
parent3e43fac2503afe219336742b150b3ef6e470686f
bpo-45923: Handle call events in bytecode (GH-30364)

* Add a RESUME instruction to handle "call" events.
13 files changed:
Doc/library/dis.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-01-04-14-08-10.bpo-45923.rBp7r1.rst [new file with mode: 0644]
PC/launcher.c
Programs/test_frozenmain.h
Python/ceval.c
Python/compile.c
Python/opcode_targets.h