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, georg.brandl, pitrou
Date 2010-10-23.19:41:45
SpamBayes Score 0.018994577
Marked as misclassified No
Message-id <1287862907.08.0.418441727031.issue10180@psf.upfronthosting.co.za>
In-reply-to
Content
> The patch modifies _io.TextIOWrapper, but not _pyio.TextIOWrapper. Is
> there a reason?

Yes, two of them:
- modifying _pyio.Buffered* is enough to trigger the TypeError
- _pyio.StringIO inherits from TextIOWrapper, and it must be pickleable
History
Date User Action Args
2010-10-23 19:41:47pitrousetrecipients: + pitrou, georg.brandl, amaury.forgeotdarc, alexandre.vassalotti, benjamin.peterson
2010-10-23 19:41:47pitrousetmessageid: <1287862907.08.0.418441727031.issue10180@psf.upfronthosting.co.za>
2010-10-23 19:41:45pitroulinkissue10180 messages
2010-10-23 19:41:45pitroucreate