]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
authorAmit Lavon <amitlavon1.spam@gmail.com>
Sun, 30 Mar 2025 23:07:25 +0000 (16:07 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Mar 2025 23:07:25 +0000 (16:07 -0700)
commit685fd74f81e673dc0430120f50009636b0e437a5
treea415606ec816fdc47d597231184e3880309a56c5
parent39fa19a4ccb4c75d2421187e5b8d83c73b48ca4d
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-28-19-02-55.gh-issue-131798.fNZ5-2.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