]> granicus.if.org Git - python/commit
bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
authorVictor Stinner <vstinner@redhat.com>
Wed, 25 Jul 2018 17:23:53 +0000 (19:23 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Jul 2018 17:23:53 +0000 (19:23 +0200)
commit60b04c9f6fb87522a62ab6b95db9f8a09aef42d4
treeaaceeb9975ea792eb997e6c6904d5d4e23da10c8
parent96d1e69a12ed8ab80203277e1abdaf573457a964
bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)

PYTHONTRACEMALLOC=0 environment variable and -X tracemalloc=0 command
line option are now allowed to disable explicitly tracemalloc at
startup.
Include/pystate.h
Lib/test/test_tracemalloc.py
Misc/NEWS.d/next/Library/2018-07-25-19-02-39.bpo-34228.0Ibztw.rst [new file with mode: 0644]
Modules/main.c