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 erickt
Recipients erickt
Date 2008-12-23.02:35:01
SpamBayes Score 0.0016105223
Marked as misclassified No
Message-id <1229999703.52.0.11232958698.issue4727@psf.upfronthosting.co.za>
In-reply-to
Content
According to both of these bugs:

http://bugs.python.org/issue1398
http://bugs.python.org/issue4331

pickle can't pickle functools.partial objects. It looks the underlying 
reason is that objects that pickle can't handle objects with __new__ and 
keyword only arguments. To support this, would this require a new pickle 
protocol and a __getnewfullargs__ that returns a tuple and dict?
History
Date User Action Args
2008-12-23 02:35:03ericktsetrecipients: + erickt
2008-12-23 02:35:03ericktsetmessageid: <1229999703.52.0.11232958698.issue4727@psf.upfronthosting.co.za>
2008-12-23 02:35:02ericktlinkissue4727 messages
2008-12-23 02:35:01ericktcreate