]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)
authorVictor Stinner <vstinner@python.org>
Sun, 11 May 2025 21:10:04 +0000 (23:10 +0200)
committerGitHub <noreply@github.com>
Sun, 11 May 2025 21:10:04 +0000 (23:10 +0200)
commit5cd56b249f239deab8d6d566fe4a62e74da3d60a
treecc8c610ecc2f0f56b9611cda90af6b6216b437fd
parent927da99219c4eab95f73565fdcf7bde06b977382
[3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)

Deoptimize if the dict is a dict subclass.

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-05-17-02-08.gh-issue-133441.EpjHD4.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h