mirror of
https://github.com/python/cpython.git
synced 2026-06-28 20:00:46 +00:00
gh-150490: Raise PyType_Modified for insertion into split dictionary (#150489)
Raise PyType_Modified for insertion into split dictionary
This commit is contained in:
parent
6112d70abe
commit
efb2fffae1
12 changed files with 1300 additions and 1412 deletions
4
Python/optimizer_cases.c.h
generated
4
Python/optimizer_cases.c.h
generated
|
|
@ -3941,10 +3941,6 @@
|
|||
break;
|
||||
}
|
||||
|
||||
case _GUARD_KEYS_VERSION: {
|
||||
break;
|
||||
}
|
||||
|
||||
case _LOAD_ATTR_METHOD_WITH_VALUES: {
|
||||
JitOptRef owner;
|
||||
JitOptRef attr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue