]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove dead code from tracemalloc (GH-21029)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jun 2020 15:39:57 +0000 (08:39 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2020 15:39:57 +0000 (08:39 -0700)
commit9191eacf9e1a4eabfadaf993779c428de7a0b2b3
treea31a011674668c8437b6583449663ce9c992df37
parent1a0c581a94892fbd8fa70905130776ef7a059d97
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>
(cherry picked from commit 9cfcdb7d6e4d09bde63bc7116b2ab0d96724527e)

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