]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-127809: Fix the JIT's understanding of ** (GH-127844)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 8 Jan 2025 01:25:48 +0000 (17:25 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2025 01:25:48 +0000 (17:25 -0800)
commit65ae3d5a73ca3c53a0c6b601dddb8e9b3b6e3f51
tree08dc3c35f3163f6cf176bd5e4aa82519333b6ed8
parente08b28235a863323ca3a7e444776bb7803e77caf
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2024-12-11-14-32-22.gh-issue-127809.0W8khe.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/analyzer.py