]> granicus.if.org Git - python/commit
Issue #8268: Old-style classes (not just instances) now support weak
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 31 Mar 2010 21:32:15 +0000 (21:32 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 31 Mar 2010 21:32:15 +0000 (21:32 +0000)
commita57df2cf1d627840dff505e8487fbd5f42414c7b
tree87d099bca7fc01072ad6911e9ffa79707b982704
parent26cc99da2a350f3093c9d7055794daef2034e2a4
Issue #8268: Old-style classes (not just instances) now support weak
references.
Include/classobject.h
Lib/test/test_sys.py
Lib/test/test_weakref.py
Misc/NEWS
Objects/classobject.c