]> 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:30:50 +0000 (20:30 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Mar 2008 20:30:50 +0000 (20:30 +0000)
commit69b747b7358780c84d1cac1317bfb7d5baa4e6e3
tree676314dd91dd7a5ec16f678d30d1643097c1b253
parentaa5fbdd71a6dff5685b7b3b93a8162fcd83e8804
Fix a reference leak found by Georg, when compiling a class nested in another class.
Now "regrtest.py -R:: test_compile" is satisfied.

Will backport.
Misc/NEWS
Python/compile.c