]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a reference leak in the compiler for compiler_lambda() (GH-24382)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 29 Jan 2021 22:40:59 +0000 (22:40 +0000)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 22:40:59 +0000 (22:40 +0000)
commit7fdab8331b90e1ffcedef05a006b6e72457b793a
tree3498874b6afe113554cd1a60af8e5fa3adce314d
parent0837f99d3367ecf200033bbddfa05d061ae9f483
Fix a reference leak in the compiler for compiler_lambda() (GH-24382)
Python/compile.c