bdk <[email protected]> added the comment: Also, maybe https://bugs.pypy.org/issue1283 is an issue stemming from the same underlying difference, an issue that doesn't even require one to 'abuse' it by using the python file object and the fd? There are probably other differences that might arise too, like the one the CPython docs I quoted imply. Not to mention the inefficiencies that exist in pypy's hand-coded/reimplemented file streams -- examine an strace of repeated f.tell() in cpython vs pypy, or even read, tell, read, tell...
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1397> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
