[New-bugs-announce] [issue1398] Can't pickle partial functions

Daniel report at bugs.python.org
Wed Nov 7 16:27:30 CET 2007


New submission from Daniel:

Creating a function using functools.partial results in a function which
cannot be pickled.

Attached is a small testcase.

----------
components: Library (Lib)
files: partial_bug.py
messages: 57200
nosy: danhs
severity: normal
status: open
title: Can't pickle partial functions
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file8705/partial_bug.py

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1398>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: partial_bug.py
Type: text/x-python
Size: 141 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071107/6c59084a/attachment.py 


More information about the New-bugs-announce mailing list