]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
authorVictor Stinner <vstinner@python.org>
Tue, 14 Apr 2020 16:30:41 +0000 (18:30 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 16:30:41 +0000 (18:30 +0200)
commite560f90602870601945ea7a4f7770827608817d2
treeeb66be613aff34e1450653b455fb9d81689c1429
parent4cf65a630a8d45bad3fe5cdc4c2632ec64e7ba27
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Include/internal/pycore_gc.h
Include/internal/pycore_interp.h
Include/internal/pycore_pymem.h
Modules/_tracemalloc.c
Objects/object.c
Python/ceval.c