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 danhs
Recipients danhs
Date 2007-11-07.15:27:29
SpamBayes Score 0.01927723
Marked as misclassified No
Message-id <1194449250.48.0.936565568427.issue1398@psf.upfronthosting.co.za>
In-reply-to
Content
Creating a function using functools.partial results in a function which
cannot be pickled.

Attached is a small testcase.
Files
File name Uploaded
partial_bug.py danhs, 2007-11-07.15:27:29
History
Date User Action Args
2007-11-07 15:27:30danhssetspambayes_score: 0.0192772 -> 0.01927723
recipients: + danhs
2007-11-07 15:27:30danhssetspambayes_score: 0.0192772 -> 0.0192772
messageid: <1194449250.48.0.936565568427.issue1398@psf.upfronthosting.co.za>
2007-11-07 15:27:30danhslinkissue1398 messages
2007-11-07 15:27:30danhscreate