Antoine Pitrou <pit...@free.fr> added the comment: > Antoine: pickletester.py:test_newobj_generic() appears to test dict > subclasses, though in a roundabout-ish way. I don't know of any tests > for dict subclasses in the C level sense (ie, PyDict_Check() vs > PyDict_CheckExact()). I can add more explicit tests for Python-level > dict subclasses, if you want.
Well, Python-level dict subclasses are also C-level subclasses (in the PyDict_Check() sense), or am I mistaken? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5670> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com