]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check (GH-125612)
authorSam Gross <colesbury@gmail.com>
Fri, 6 Dec 2024 15:48:24 +0000 (15:48 +0000)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2024 15:48:24 +0000 (10:48 -0500)
commita353455fca1b8f468ff3ffbb4b5e316510b4fd43
tree0b22cefa6b9ea0744dbe8ab7e940faddeda51a09
parent36c6178d372b075e9c74b786cfb5e47702976b1c
gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check (GH-125612)

The `STORE_ATTR_INSTANCE_VALUE` opcode doesn't support objects with
non-NULL managed dictionaries, so don't specialize to that op in that case.
Python/specialize.c