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 ngrilly
Recipients danhs, ngrilly, pythonmeister
Date 2008-08-15.15:16:49
SpamBayes Score 6.5654484e-07
Marked as misclassified No
Message-id <1218813411.22.0.464783810802.issue1398@psf.upfronthosting.co.za>
In-reply-to
Content
It seems using protocol version 2 is not enough:

>>> s = pickle.dumps(partial_f, 2)
>>> f = pickle.loads(s)
Traceback (most recent call last):
...
TypeError: type 'partial' takes at least one argument

Am I missing something?
History
Date User Action Args
2008-08-15 15:16:51ngrillysetrecipients: + ngrilly, pythonmeister, danhs
2008-08-15 15:16:51ngrillysetmessageid: <1218813411.22.0.464783810802.issue1398@psf.upfronthosting.co.za>
2008-08-15 15:16:50ngrillylinkissue1398 messages
2008-08-15 15:16:49ngrillycreate