bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)

This commit is contained in:
Brandt Bucher 2022-02-23 10:53:24 -08:00 committed by GitHub
parent 78859e58e4
commit 281ea9c391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 43 deletions

View file

@ -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 {