Message119475
> 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) |
|
Date |
User |
Action |
Args |
2010-10-23 21:11:23 | pitrou | set | recipients:
+ pitrou, georg.brandl, amaury.forgeotdarc, alexandre.vassalotti, benjamin.peterson, alex |
2010-10-23 21:11:22 | pitrou | link | issue10180 messages |
2010-10-23 21:11:21 | pitrou | create | |
|