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 pitrou
Recipients alex, alexandre.vassalotti, amaury.forgeotdarc, benjamin.peterson, georg.brandl, pitrou
Date 2010-10-23.21:11:21
SpamBayes Score 0.00016384294
Marked as misclassified No
Message-id <1287868278.3611.14.camel@localhost.localdomain>
In-reply-to <1287867512.63.0.820204442525.issue10180@psf.upfronthosting.co.za>
Content
> I don't see why Buffered or TextIO's shouldn't be pickleable, ISTM
> their pickleability should be based on what the underlying file obj
> is.

That could be. Right now, though, pickling them gives nonsensical
results and I think it would be better to give an explicit error
message.

(a problem with making them pickleable is that, by exposing details of
the internal structure in the pickle, you're limiting what
implementation changes you can do in the future)
History
Date User Action Args
2010-10-23 21:11:23pitrousetrecipients: + pitrou, georg.brandl, amaury.forgeotdarc, alexandre.vassalotti, benjamin.peterson, alex
2010-10-23 21:11:22pitroulinkissue10180 messages
2010-10-23 21:11:21pitroucreate