]> granicus.if.org Git - python/commit
Fix a reference leak found by Georg, when compiling a class nested in another class.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Mar 2008 20:45:42 +0000 (20:45 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Mar 2008 20:45:42 +0000 (20:45 +0000)
commit8432d86b9f7a6295718544dd5e7c93fd9e3f94e7
treea78ec5d71fa1ccf156812b8bbc5bff84ee79af99
parent198e353735be424ee7e21381504a6ab13d2f5fa7
Fix a reference leak found by Georg, when compiling a class nested in another class.
Test is run with "regrtest.py -R:: test_compile"

Backport of r62015
Lib/test/test_compile.py
Misc/NEWS
Python/compile.c