mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
This commit is contained in:
parent
78859e58e4
commit
281ea9c391
4 changed files with 36 additions and 43 deletions
|
@ -23,7 +23,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
uint32_t tp_version;
|
||||
uint32_t dk_version_or_hint;
|
||||
uint32_t dk_version;
|
||||
} _PyAttrCache;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue