Giovanni Bajo wrote: > On Sun, 17 Feb 2008 18:09:18 +0100, Martin v. Löwis wrote: > >>> Actually, I am. Py3k will already remove usage of stdio, for file input >>> and output. > >>> Are you doing this work on some public branch? >> Yes, on the Py3k branch, and the trunk. > > I looked at fileobject.c in py3k branch today and it looked like it was > still using FILE* everywhere. I'm not sure I know where to look, though.
Are you looking at the correct sources? Neither fileobject nor _fileio.c are using FILE except for Py_UniversalNewlineFgets. Christian _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com