commit | 3af01a15790d5750004acb07ce7ab335aa489699 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Mar 31 21:40:47 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Mar 31 21:40:47 2010 +0000 |
tree | ec72061b44ff45f38820c00f6285856576d28fad | |
parent | d5f9bf5ecfcab58605d8070b285b47ffb18b99a2 [diff] |
NOTE: only ported the test for new-style classes. Merged revisions 79535 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79535 | antoine.pitrou | 2010-03-31 23:32:15 +0200 (mer., 31 mars 2010) | 5 lines Issue #8268: Old-style classes (not just instances) now support weak references. ........