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 alexandre.vassalotti, amaury.forgeotdarc, benjamin.peterson, pitrou
Date 2010-10-23.17:19:26
SpamBayes Score 0.00029283043
Marked as misclassified No
Message-id <1287854367.84.0.526587779087.issue10180@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-23 17:19:27pitrousetrecipients: + pitrou, amaury.forgeotdarc, alexandre.vassalotti, benjamin.peterson
2010-10-23 17:19:27pitrousetmessageid: <1287854367.84.0.526587779087.issue10180@psf.upfronthosting.co.za>
2010-10-23 17:19:26pitroulinkissue10180 messages
2010-10-23 17:19:26pitroucreate