]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Mar 2020 18:24:16 +0000 (11:24 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 18:24:16 +0000 (11:24 -0700)
commitf0fcf16902f440c2cddd6dec59aaf59a370d9dbf
treefc438ab4984b8e8c284df7dc02123cbfbd5b45fe
parent5b29a82b13b65ca785bf296c91f253f3b5d6d694
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)

I've used this recipe a couple times and the filename editing has always
been less than useful and something I've removed. This is because many
modules end up losing which package they are located in, e.g. `util/date.py`.
(cherry picked from commit d06eec218eac81225f9017951cddfc211fed9325)

Co-authored-by: Adam Johnson <me@adamj.eu>
Doc/library/tracemalloc.rst