]> granicus.if.org Git - python/commit
Issue #23726: Don't enable GC for user subclasses of non-GC types that don't add...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Apr 2015 18:10:06 +0000 (20:10 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Apr 2015 18:10:06 +0000 (20:10 +0200)
commita63cc212348e276c8ede32773313c60ff7fda651
treec47fdcc44d220ed930f465a3fb4f7303ba461742
parent56452eea39baa9d1864b2275b9e93cf37378af09
Issue #23726: Don't enable GC for user subclasses of non-GC types that don't add any new fields.
Patch by Eugene Toder.
Lib/test/test_descr.py
Lib/test/test_gc.py
Misc/NEWS
Objects/typeobject.c