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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21638>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to