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 ggenellina
Recipients ggenellina, mwm
Date 2009-03-13.23:11:00
SpamBayes Score 2.4087393e-07
Marked as misclassified No
Message-id <1236985910.09.0.0351231491376.issue5370@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure you uploaded the right patch? I've not tested it, but I 
don't think this actually fixes the reported bug.

__setstate__ is *very* unlikely to be found in the instance's dict, so 
you end up not calling __setstate__ at all.

If no test failed, this may indicate bad test coverage.
History
Date User Action Args
2009-03-13 23:11:50ggenellinasetrecipients: + ggenellina, mwm
2009-03-13 23:11:50ggenellinasetmessageid: <1236985910.09.0.0351231491376.issue5370@psf.upfronthosting.co.za>
2009-03-13 23:11:01ggenellinalinkissue5370 messages
2009-03-13 23:11:00ggenellinacreate