Message119450
In Python 3, pickle accepts to serialize a file object, but the result is nonsensical when unpickled. I think we should explicitly forbid pickling of FileIO, Buffered{Reader,Writer} and TextIOWrapper objects. |
|
Date |
User |
Action |
Args |
2010-10-23 17:19:27 | pitrou | set | recipients:
+ pitrou, amaury.forgeotdarc, alexandre.vassalotti, benjamin.peterson |
2010-10-23 17:19:27 | pitrou | set | messageid: <1287854367.84.0.526587779087.issue10180@psf.upfronthosting.co.za> |
2010-10-23 17:19:26 | pitrou | link | issue10180 messages |
2010-10-23 17:19:26 | pitrou | create | |
|