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 cool-RR
Recipients alexandre.vassalotti, belopolsky, cool-RR, eric.araujo, exarkun, hinsen, lemburg, loewis, obamausa8, pitrou, rhettinger
Date 2011-03-01.20:38:28
SpamBayes Score 0.020505458
Marked as misclassified No
Message-id <1299011911.24.0.282285111752.issue9276@psf.upfronthosting.co.za>
In-reply-to
Content
> This isn't worth introducing poorly thought out hacks.

Being able to pickle unbound methods is important. In my project I have objects that refer to unbound methods. Now these objects are unpickleable. I can't save them to disk and I can't use the multiprocessing module on them. That's a big problem.
History
Date User Action Args
2011-03-01 20:38:31cool-RRsetrecipients: + cool-RR, lemburg, loewis, rhettinger, hinsen, exarkun, belopolsky, pitrou, alexandre.vassalotti, eric.araujo, obamausa8
2011-03-01 20:38:31cool-RRsetmessageid: <1299011911.24.0.282285111752.issue9276@psf.upfronthosting.co.za>
2011-03-01 20:38:28cool-RRlinkissue9276 messages
2011-03-01 20:38:28cool-RRcreate