]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143469: enable `LOAD_ATTR_MODULE` specialization even if `__getattr__` is defined...
authorKumar Aditya <kumaraditya@python.org>
Tue, 6 Jan 2026 16:39:18 +0000 (22:09 +0530)
committerGitHub <noreply@github.com>
Tue, 6 Jan 2026 16:39:18 +0000 (22:09 +0530)
commitfaa3dc7c64b7bda4e74c7630be4c873e0b58a569
treeb256fc03fc3aed340eb0c11134204793bb2a5dc1
parent05406b221dc9d5946c60253392788d60f1f08c8b
gh-143469: enable `LOAD_ATTR_MODULE` specialization even if `__getattr__` is defined (#143470)
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-06-12-30-03.gh-issue-143469.vHVhEY.rst [new file with mode: 0644]
Python/specialize.c