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 jnoller
Recipients christian.heimes, jnoller, ndbecker, pitrou
Date 2009-03-31.19:13:25
SpamBayes Score 1.8265841e-09
Marked as misclassified No
Message-id <1238526807.28.0.0143294386376.issue5228@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that this is a nice feature, however it requires adding a 
getstate/setstate within the functools C code. 

I would need a patch which does this, and adds tests to the 
functools/pickle test suite for this. Also, the feature will only be 
accepted for py3k (3.1) currently. Features such as this will not be 
backported to the 2.x branch
History
Date User Action Args
2009-03-31 19:13:27jnollersetrecipients: + jnoller, pitrou, christian.heimes, ndbecker
2009-03-31 19:13:27jnollersetmessageid: <1238526807.28.0.0143294386376.issue5228@psf.upfronthosting.co.za>
2009-03-31 19:13:26jnollerlinkissue5228 messages
2009-03-31 19:13:25jnollercreate