]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Jan 2022 04:35:21 +0000 (20:35 -0800)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 04:35:21 +0000 (20:35 -0800)
commitae6e255cb362557ff713ff2967aecb92f7eb069c
treeb3297b8baea8abb92773843507d9c4484b417fe2
parent537f16adfa31b5b1fe9d656d571d1e10fb115351
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)

Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().
(cherry picked from commit 7c770d3350813a82a639fcb3babae0de2b87aaae)

Co-authored-by: Victor Stinner <vstinner@python.org>
Modules/_tracemalloc.c