]> granicus.if.org Git - python/commit
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Jul 2018 21:17:53 +0000 (00:17 +0300)
committerVictor Stinner <vstinner@redhat.com>
Wed, 11 Jul 2018 21:17:53 +0000 (23:17 +0200)
commit993030aac576710a46b3dd0b4864f819d4a94145
tree1187fb352dacedee71b7c52b446f4ec5ae645d87
parentb12112b5ba608cdd7a0962a6b18cad4fe58b46e6
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Misc/NEWS.d/next/Core and Builtins/2018-07-10-11-24-16.bpo-34080.8t7PtO.rst [new file with mode: 0644]
Python/pythonrun.c