]> granicus.if.org Git - python/commit
Fix for #1303614 and #1174712:
authorArmin Rigo <arigo@tunes.org>
Wed, 2 May 2007 19:23:31 +0000 (19:23 +0000)
committerArmin Rigo <arigo@tunes.org>
Wed, 2 May 2007 19:23:31 +0000 (19:23 +0000)
commit9790a2706573359e02fcfc5f18f9907467f4ec49
treed953c06fbbb8325b8ed86e707ed17f0b43b870dd
parentd83eb316dce49606041304afb6b68e85fb1794af
Fix for #1303614 and #1174712:
- __dict__ descriptor abuse for subclasses of built-in types
- subclassing from both ModuleType and another built-in types

Thanks zseil for the patch.
Lib/test/crashers/dangerous_subclassing.py [deleted file]
Lib/test/crashers/modify_dict_attr.py [deleted file]
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c