]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100239: Propagate type info through _BINARY_OP_EXTEND in tier 2 (GH-148146)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Mon, 6 Apr 2026 12:52:42 +0000 (14:52 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2026 12:52:42 +0000 (20:52 +0800)
commitefda60e2ece11beda204f89de8cf8ecd1e66fde5
treea9fc84d30997676ec21dd3775aea540d6d6f080b
parent476fadc9aec9beb04dd95ee1894594b5dfa6a5cf
gh-100239: Propagate type info through _BINARY_OP_EXTEND in tier 2 (GH-148146)
Include/internal/pycore_code.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-04-06-00-00-00.gh-issue-100239.binopxt.rst [new file with mode: 0644]
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c