GH-90997: Shrink the LOAD_GLOBAL caches (#102569)

This commit is contained in:
Brandt Bucher 2023-03-10 17:01:16 -08:00 committed by GitHub
parent 767d3a8f6f
commit 08b67fb34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 187 additions and 172 deletions

View file

@ -20,7 +20,7 @@ extern "C" {
typedef struct {
uint16_t counter;
uint16_t index;
uint16_t module_keys_version[2];
uint16_t module_keys_version;
uint16_t builtin_keys_version;
} _PyLoadGlobalCache;