mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
This commit is contained in:
parent
8f31bf4698
commit
03c2a36b2b
5 changed files with 46 additions and 10 deletions
|
@ -398,6 +398,7 @@ typedef struct _object_stats {
|
|||
uint64_t dict_materialized_on_request;
|
||||
uint64_t dict_materialized_new_key;
|
||||
uint64_t dict_materialized_too_big;
|
||||
uint64_t dict_materialized_str_subclass;
|
||||
} ObjectStats;
|
||||
|
||||
typedef struct _stats {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue