]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42246: Fix memory leak in compiler (GH-23256)
authorMark Shannon <mark@hotpy.org>
Fri, 13 Nov 2020 12:53:53 +0000 (12:53 +0000)
committerGitHub <noreply@github.com>
Fri, 13 Nov 2020 12:53:53 +0000 (12:53 +0000)
commitfd009e606a48e803e7187983bf9a5682e938fddb
tree7d3d443a3525a26bb0e24b8d26f5e7da16f1671a
parentcc75ab791dd5ae2cb9f6e0c3c5f734a6ae1eb2a9
bpo-42246: Fix memory leak in compiler (GH-23256)

* Fix potential memory leak in assembler init.

* Fix reference leak when encountering error during compilation of function body.
Python/compile.c