]> granicus.if.org Git - python/commit
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
authorVictor Stinner <vstinner@redhat.com>
Tue, 13 Nov 2018 01:41:00 +0000 (02:41 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 01:41:00 +0000 (02:41 +0100)
commit2c07c493d2eb45101312e3eb3a77f94d0c9cad1f
tree5cd5016fbf1a2b3833dbeb83ca7c1055c8671c5b
parent1584a0081500d35dc93ff88e5836df35faf3e3e2
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)

The warnings module now suggests to enable tracemalloc if the source
is specified, tracemalloc module is available, but tracemalloc is not
tracing memory allocations.
Lib/test/test_warnings/__init__.py
Lib/warnings.py
Misc/NEWS.d/next/Library/2018-11-12-17-40-04.bpo-29564.SFNBT5.rst [new file with mode: 0644]