commit | 2c07c493d2eb45101312e3eb3a77f94d0c9cad1f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Nov 13 02:41:00 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 13 02:41:00 2018 +0100 |
tree | 5cd5016fbf1a2b3833dbeb83ca7c1055c8671c5b | |
parent | 1584a0081500d35dc93ff88e5836df35faf3e3e2 [diff] |
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.