]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Dec 2020 22:01:14 +0000 (14:01 -0800)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 22:01:14 +0000 (14:01 -0800)
commit78062e07bc7c3b47ffdcdec786b259dda376370c
treeab014e37513691e8ff4508ebd47ef272ddc02dc4
parent166286849048eccadecf02b242dbc4042b780944
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)

Regression in 8d59eb1b66c51b2b918da9881c57d07d08df43b7.
(cherry picked from commit 051b9818671625d125dee8198e0d2af5ad4c85b8)

Co-authored-by: Daniel Hahler <git@thequod.de>
Lib/test/test_tracemalloc.py
Lib/tracemalloc.py
Misc/NEWS.d/next/Library/2020-12-16-16-16-33.bpo-37961.jrESEq.rst [new file with mode: 0644]