diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-12-12 15:44:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 15:44:23 (GMT) |
commit | 8790d4d31fcd3abaccf31d27f72a8684adfc9dee (patch) | |
tree | 5c1f124cb8c98bed097f002004901ee25ad6fc6a /Tools/c-analyzer | |
parent | 1583c6e326a8454d3c806763620e1329bf6b7cbe (diff) | |
download | cpython-8790d4d31fcd3abaccf31d27f72a8684adfc9dee.zip cpython-8790d4d31fcd3abaccf31d27f72a8684adfc9dee.tar.gz cpython-8790d4d31fcd3abaccf31d27f72a8684adfc9dee.tar.bz2 |
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
https://github.com/python/cpython/issues/81057
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r-- | Tools/c-analyzer/cpython/globals-to-fix.tsv | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv index 94e9831..5dcd396 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -377,17 +377,6 @@ Modules/faulthandler.c - old_stack - ##----------------------- ## state -Modules/_tracemalloc.c - allocators - -Modules/_tracemalloc.c - tables_lock - -Modules/_tracemalloc.c - tracemalloc_empty_traceback - -Modules/_tracemalloc.c - tracemalloc_traced_memory - -Modules/_tracemalloc.c - tracemalloc_peak_traced_memory - -Modules/_tracemalloc.c - tracemalloc_filenames - -Modules/_tracemalloc.c - tracemalloc_traceback - -Modules/_tracemalloc.c - tracemalloc_tracebacks - -Modules/_tracemalloc.c - tracemalloc_traces - -Modules/_tracemalloc.c - tracemalloc_domains - -Modules/_tracemalloc.c - tracemalloc_reentrant_key - Modules/faulthandler.c faulthandler_dump_traceback reentrant - Modules/signalmodule.c - is_tripped - Modules/signalmodule.c - signal_global_state - |