[pypy-issue] [issue1397] file stream behavior differences from cpython

Fijal tracker at bugs.pypy.org
Thu Feb 14 11:03:41 CET 2013


Fijal <fijall at gmail.com> added the comment:

The python docs don't state it prominently, but C docs very clearly state you 
should *never* use a combination of fread and read on the same fd. Most notably 
the behavior will differ between platforms, since the caching strategy depends on 
the libc.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1397>
________________________________________


More information about the pypy-issue mailing list