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 belopolsky, benjamin.peterson, gpolo, josm, loewis, pitrou, scott.dial
Date 2011-03-09.22:44:30
SpamBayes Score 9.860698e-05
Marked as misclassified No
Message-id <1299710670.84.0.340835940948.issue1706039@psf.upfronthosting.co.za>
In-reply-to
Content
I'm afraid there's a misunderstanding here about the scope of the issue. fileobject.c is not really used in py3k (except for a couple very specific uses such as the tokenizer or the import machinery).
The standard I/O stack uses object in the _io module (that is, in Modules/_io/*.c).
That's also why you won't see the tests failing, even without the patch...
History
Date User Action Args
2011-03-09 22:44:30pitrousetrecipients: + pitrou, loewis, belopolsky, scott.dial, josm, benjamin.peterson, gpolo
2011-03-09 22:44:30pitrousetmessageid: <1299710670.84.0.340835940948.issue1706039@psf.upfronthosting.co.za>
2011-03-09 22:44:30pitroulinkissue1706039 messages
2011-03-09 22:44:30pitroucreate