]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
authorVictor Stinner <vstinner@python.org>
Mon, 3 Feb 2020 14:17:15 +0000 (15:17 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2020 14:17:15 +0000 (15:17 +0100)
commitc6e5c1123bac6cbb4c85265155af5349dcea522e
treec9bc04bdd74fbf9d8f86dd1999d8acc0f4655fc3
parent869c0c99b94ff9527acc1ca060164ab3d1bdcc53
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)

Remove:

* COUNT_ALLOCS macro
* sys.getcounts() function
* SHOW_ALLOC_COUNT code in listobject.c
* SHOW_TRACK_COUNT code in tupleobject.c
* PyConfig.show_alloc_count field
* -X showalloccount command line option
* @test.support.requires_type_collecting decorator
34 files changed:
Doc/c-api/init_config.rst
Doc/c-api/typeobj.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.9.rst
Include/cpython/initconfig.h
Include/cpython/object.h
Include/object.h
Lib/subprocess.py
Lib/test/support/__init__.py
Lib/test/test_embed.py
Lib/test/test_gc.py
Lib/test/test_io.py
Lib/test/test_logging.py
Lib/test/test_module.py
Lib/test/test_support.py
Lib/test/test_sys.py
Lib/test/test_threading.py
Lib/test/test_traceback.py
Lib/test/test_warnings/__init__.py
Lib/test/test_weakref.py
Misc/NEWS.d/next/Build/2020-01-29-19-17-02.bpo-39489.HKPzv-.rst [new file with mode: 0644]
Misc/SpecialBuilds.txt
Misc/python.man
Modules/_testcapimodule.c
Objects/bytesobject.c
Objects/listobject.c
Objects/longobject.c
Objects/object.c
Objects/tupleobject.c
Programs/_testembed.c
Python/clinic/sysmodule.c.h
Python/initconfig.c
Python/pylifecycle.c
Python/sysmodule.c