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 pitrou
Recipients amaury.forgeotdarc, collinwinter, pitrou
Date 2009-04-02.22:58:56
SpamBayes Score 1.1438223e-10
Marked as misclassified No
Message-id <1238713218.7628.10.camel@fsol>
In-reply-to <1238710223.01.0.36918107185.issue5670@psf.upfronthosting.co.za>
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.

Well, Python-level dict subclasses are also C-level subclasses (in the
PyDict_Check() sense), or am I mistaken?
History
Date User Action Args
2009-04-02 22:58:57pitrousetrecipients: + pitrou, collinwinter, amaury.forgeotdarc
2009-04-02 22:58:56pitroulinkissue5670 messages
2009-04-02 22:58:56pitroucreate