]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130415: Narrow str to "" based on boolean tests (GH-130476)
authorAmit Lavon <amitlavon1.spam@gmail.com>
Tue, 4 Mar 2025 21:20:17 +0000 (13:20 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 21:20:17 +0000 (13:20 -0800)
commit691354ccb04f0e8f4faa864ee5003fc5efe8377e
tree95bb10a3d80b696905565f6c42c4d045793c1b8e
parentb6769e9404646e38d9c786984ef308c8e9747b91
GH-130415: Narrow str to "" based on boolean tests (GH-130476)
Lib/test/test_capi/test_opt.py
Misc/ACKS
Misc/NEWS.d/next/Core_and_Builtins/2025-02-22-22-49-00.gh-issue-130415.WyxBYS.rst [new file with mode: 0644]
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c