From: Martin v. Löwis Date: Sun, 30 Mar 2008 20:38:01 +0000 (+0000) Subject: Blocked revisions 62015 via svnmerge X-Git-Tag: v3.0a4~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3ab99dcd93a5f6b8d4f1c72d37d3f73bd1438a4;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 62015 via svnmerge This was apparently fixed in r54428 already ........ r62015 | amaury.forgeotdarc | 2008-03-28 21:30:50 +0100 (Fr, 28 Mär 2008) | 5 lines 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. ........ ---