]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45923: Add `RESUME_QUICK` (GH-31244)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 10 Feb 2022 17:50:02 +0000 (09:50 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 17:50:02 +0000 (17:50 +0000)
commitd7a5aca982def155a9255893cefcc1493c127c9c
tree853f98c7fe29a5fbb836640f64c8fe8442aa856f
parent1a6411f5738895fa48d35a93435f7c7b6c17bdb9
bpo-45923: Add `RESUME_QUICK` (GH-31244)
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-02-09-20-21-43.bpo-45923.tJ4gDX.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c