diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pystate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pystate.h b/Include/pystate.h index fe14832..2c70505 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -232,6 +232,7 @@ typedef struct { .install_signal_handlers = -1, \ .ignore_environment = -1, \ .use_hash_seed = -1, \ + .tracemalloc = -1, \ .coerce_c_locale = -1, \ .utf8_mode = -1, \ .argc = -1, \ |