This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author collinwinter
Recipients collinwinter, pitrou
Date 2009-04-02.22:10:21
SpamBayes Score 1.2811411e-08
Marked as misclassified No
Message-id <1238710223.01.0.36918107185.issue5670@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-02 22:10:23collinwintersetrecipients: + collinwinter, pitrou
2009-04-02 22:10:23collinwintersetmessageid: <1238710223.01.0.36918107185.issue5670@psf.upfronthosting.co.za>
2009-04-02 22:10:22collinwinterlinkissue5670 messages
2009-04-02 22:10:21collinwintercreate