diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-12-07 22:56:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 22:56:31 (GMT) |
commit | 91a8e002c21a5388c5152c5a4871b9a2d85f0fc1 (patch) | |
tree | e6be380d88efc246ca7b4f864a67fc541a62b861 /Include/internal/pycore_obmalloc.h | |
parent | d47ffeb9e35dbc7264ffa12fddaa6e0d3ba767a4 (diff) | |
download | cpython-91a8e002c21a5388c5152c5a4871b9a2d85f0fc1.zip cpython-91a8e002c21a5388c5152c5a4871b9a2d85f0fc1.tar.gz cpython-91a8e002c21a5388c5152c5a4871b9a2d85f0fc1.tar.bz2 |
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
https://github.com/python/cpython/issues/81057
Diffstat (limited to 'Include/internal/pycore_obmalloc.h')
-rw-r--r-- | Include/internal/pycore_obmalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/internal/pycore_obmalloc.h b/Include/internal/pycore_obmalloc.h index 93349d8..a5c7f45 100644 --- a/Include/internal/pycore_obmalloc.h +++ b/Include/internal/pycore_obmalloc.h @@ -658,6 +658,7 @@ struct _obmalloc_usage { struct _obmalloc_state { + int dump_debug_stats; struct _obmalloc_pools pools; struct _obmalloc_mgmt mgmt; struct _obmalloc_usage usage; |