]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove dead code from tracemalloc (GH-21029)
authorChristian Heimes <christian@python.org>
Sat, 27 Jun 2020 12:13:47 +0000 (14:13 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2020 12:13:47 +0000 (14:13 +0200)
commit9cfcdb7d6e4d09bde63bc7116b2ab0d96724527e
tree8bb0df607e4c0cb967ea653a3c1801c4ea9cbeab
parent20a79021753ab26a5989e6d3397160e52973870e
Remove dead code from tracemalloc (GH-21029)

tracemalloc_get_frame() checked filename == NULL two times in a row.

Signed-off-by: Christian Heimes <christian@python.org>
Modules/_tracemalloc.c