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 georg.brandl
Recipients aronacher, georg.brandl
Date 2008-12-21.17:24:03
SpamBayes Score 2.4942738e-05
Marked as misclassified No
Message-id <1229880245.44.0.0654065239479.issue4712@psf.upfronthosting.co.za>
In-reply-to
Content
When unpickling dict subclasses, the dict is filled via setitem before
__setstate__ is called.  This, and other behavior around subclasses of
classes that have special pickle behavior should be documented.
History
Date User Action Args
2008-12-21 17:24:05georg.brandlsetrecipients: + georg.brandl, aronacher
2008-12-21 17:24:05georg.brandlsetmessageid: <1229880245.44.0.0654065239479.issue4712@psf.upfronthosting.co.za>
2008-12-21 17:24:03georg.brandllinkissue4712 messages
2008-12-21 17:24:03georg.brandlcreate