[issue21638] Seeking to EOF is too inefficient!

STINNER Victor report at bugs.python.org
Mon Jun 2 22:35:17 CEST 2014


STINNER Victor added the comment:

I don't think that Python calls directly read(). Python 2 uses fopen / fread.

Python 3 doesn't use buffered files, but call open / read directly.

----------
nosy: +haypo, neologix

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21638>
_______________________________________


More information about the Python-bugs-list mailing list