diff options
| author | Mark Shannon <mark@hotpy.org> | 2024-04-02 10:59:21 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 10:59:21 (GMT) |
| commit | c32dc47aca6e8fac152699bc613e015c44ccdba9 (patch) | |
| tree | e183f7c56ad5e081879c3dd75f7e11887fe7e26c /Python/optimizer_cases.c.h | |
| parent | c97d3af2391e62ef456ef2365d48ab9b8cdbe27b (diff) | |
| download | cpython-c32dc47aca6e8fac152699bc613e015c44ccdba9.zip cpython-c32dc47aca6e8fac152699bc613e015c44ccdba9.tar.gz cpython-c32dc47aca6e8fac152699bc613e015c44ccdba9.tar.bz2 | |
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Diffstat (limited to 'Python/optimizer_cases.c.h')
| -rw-r--r-- | Python/optimizer_cases.c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/optimizer_cases.c.h b/Python/optimizer_cases.c.h index df73cc0..b4a1da8 100644 --- a/Python/optimizer_cases.c.h +++ b/Python/optimizer_cases.c.h @@ -1104,7 +1104,7 @@ /* _LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN is not a viable micro-op for tier 2 */ - case _GUARD_DORV_VALUES: { + case _GUARD_DORV_NO_DICT: { break; } |
