]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)
authorVictor Stinner <vstinner@python.org>
Fri, 14 Jan 2022 04:11:38 +0000 (05:11 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 04:11:38 +0000 (05:11 +0100)
commit7c770d3350813a82a639fcb3babae0de2b87aaae
tree88147495aa582e319f7407356eb2fd666bfaceae
parent322f962f3ee31d0dbde99e36379de8488ccc6804
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)

Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().
Modules/_tracemalloc.c