cpython/Lib/test/test_warnings
Miss Islington (bot) 0091f349cd bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509)
The warnings module now suggests to enable tracemalloc if the source
is specified, tracemalloc module is available, but tracemalloc is not
tracing memory allocations.
(cherry picked from commit 2c07c493d2)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2018-12-04 21:25:57 +01:00
..
data
__init__.py bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509) 2018-12-04 21:25:57 +01:00
__main__.py