Antoine Pitrou <pit...@free.fr> added the comment:

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...

----------
stage: test needed -> patch review
versions:  -Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1706039>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to