]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Optimize away type(x) in the JIT when the result is known (GH-135194)
authorTomas R. <tomas.roun8@gmail.com>
Fri, 6 Jun 2025 23:44:43 +0000 (01:44 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 23:44:43 +0000 (16:44 -0700)
commit46151648ca8ba1edd2a2783e8e154692a13d8ea8
tree0c03ca4f658e06335409cc89342ad3dce14450c4
parentf00512db20561370faad437853f6ecee0eec4856
GH-131798: Optimize away type(x) in the JIT when the result is known (GH-135194)
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-05-21-58-30.gh-issue-131798.nt5Ab7.rst [new file with mode: 0644]
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h