]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Split up and optimize CALL_ISINSTANCE (GH-133339)
authorTomas R. <tomas.roun8@gmail.com>
Thu, 8 May 2025 21:26:30 +0000 (23:26 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 21:26:30 +0000 (14:26 -0700)
commitc492ac72525ea5887082ee991b45cc237cd02a40
tree852add3d5172f601aa96d67d83466b882b78015d
parentb2fabce6abb24b2f2c3afae0edc5eb53729fc624
GH-131798: Split up and optimize CALL_ISINSTANCE (GH-133339)
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-05-03-13-36-01.gh-issue-131798.U4_QEJ.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
Python/specialize.c