Remove assumption that cls is a subclass of dict.
authorRaymond Hettinger <python@rcn.com>
Sat, 7 Dec 2002 08:10:51 +0000 (08:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 7 Dec 2002 08:10:51 +0000 (08:10 +0000)
commite03e5b1f91452603a4cbd6df99c7c7d4a6bcc2cc
treedb14be0a74de88bd73272d1fc3ab09a34746ae52
parent4e52ca82aec12f911196ca7c452102d10dda5422
Remove assumption that cls is a subclass of dict.
Simplifies the code and gets Just van Rossum's example to work.
Lib/test/test_types.py
Objects/dictobject.c