]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100712: make it possible to disable specialization (for debugging) (#100713)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 19 Jan 2023 18:14:55 +0000 (18:14 +0000)
committerGitHub <noreply@github.com>
Thu, 19 Jan 2023 18:14:55 +0000 (18:14 +0000)
commite9ccfe4a636d5fe33f65cea2605c3621ffa55f19
tree56949db98d45d3f744f893e6f8d4909041a679fc
parenta1e051a23736fdf3da812363bcaf32e53a294f03
gh-100712: make it possible to disable specialization (for debugging) (#100713)
Include/opcode.h
Lib/opcode.py
Lib/test/support/__init__.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2023-01-03-14-33-23.gh-issue-100712.po6xyB.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/specialize.c
Tools/build/generate_opcode_h.py