Fijal <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1397> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
