]> 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:26:20 +0000 (11:26 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 18:26:20 +0000 (11:26 -0700)
commitb26ccfe3f989f87d4ae824eda8400ab796af8f8e
tree28e543d145ddae82987d99a1cec1de0fa0abb6be
parentcaec8a0dfbed04bdb8567782fdff7537529d2232
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