]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Thu, 28 Apr 2022 04:36:34 +0000 (00:36 -0400)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 04:36:34 +0000 (22:36 -0600)
commit37c6db60f9ac62b8a80bf04a8146274756ee0da0
tree29cc3ac65b9ee6d2246f4efbdf23767749fbd9bd
parent407c3afe1986f4c43cb0e68e28b90da30eebd738
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2022-04-26-05-05-32.gh-issue-91869.ELbTXl.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c
Python/opcode_targets.h