]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148083: Constant-fold _CONTAINS_OP_SET for frozenset (gh-148084)
authorDonghee Na <donghee.na@python.org>
Sat, 4 Apr 2026 12:32:12 +0000 (21:32 +0900)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2026 12:32:12 +0000 (12:32 +0000)
commit289f19adb0abaaab0e914f52dceca831905a1967
treed5a85123760c36d8bacd7a11fecd5445c8f6ee17
parentfe9befc1ca7eac36749ec358969464334381b9f9
gh-148083: Constant-fold _CONTAINS_OP_SET for frozenset (gh-148084)
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-04-04-20-59-12.gh-issue-148083.9ZHNBN.rst [new file with mode: 0644]
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c