]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38823: Fix refleaks in _ast initialization error path (GH-17276)
authorBrandt Bucher <brandtbucher@gmail.com>
Thu, 6 Feb 2020 14:45:46 +0000 (06:45 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2020 14:45:46 +0000 (15:45 +0100)
commitd2f96672642cc51b92f61b951ca1b11d615c12d1
tree51220398d618353d5ed1ba3fdceb0e1194a57b50
parent54b4f14712b9350f11c983f1c8ac47a3716958a7
bpo-38823: Fix refleaks in _ast initialization error path (GH-17276)
Parser/asdl_c.py
Python/Python-ast.c