summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-07-25 17:23:53 (GMT)
committerGitHub <noreply@github.com>2018-07-25 17:23:53 (GMT)
commit60b04c9f6fb87522a62ab6b95db9f8a09aef42d4 (patch)
treeaaceeb9975ea792eb997e6c6904d5d4e23da10c8 /Misc/NEWS.d
parent96d1e69a12ed8ab80203277e1abdaf573457a964 (diff)
downloadcpython-60b04c9f6fb87522a62ab6b95db9f8a09aef42d4.zip
cpython-60b04c9f6fb87522a62ab6b95db9f8a09aef42d4.tar.gz
cpython-60b04c9f6fb87522a62ab6b95db9f8a09aef42d4.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-07-25-19-02-39.bpo-34228.0Ibztw.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-25-19-02-39.bpo-34228.0Ibztw.rst b/Misc/NEWS.d/next/Library/2018-07-25-19-02-39.bpo-34228.0Ibztw.rst
new file mode 100644
index 0000000..729c0c4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-07-25-19-02-39.bpo-34228.0Ibztw.rst
@@ -0,0 +1,3 @@
+tracemalloc: PYTHONTRACEMALLOC=0 environment variable and -X tracemalloc=0
+command line option are now allowed to disable explicitly tracemalloc at
+startup.