[issue1451466] reading very large files

Amaury Forgeot d'Arc report at bugs.python.org
Fri Sep 17 22:22:27 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

issue1744752 describes why it's probably a bug in the C library.
possible workarounds are to open the files in universal mode, to use io.open(), or to switch to python 3!

----------
nosy: +amaury.forgeotdarc
resolution:  -> wont fix
status: open -> closed
superseder:  -> Newline skipped in "for line in file" for huge file

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


More information about the Python-bugs-list mailing list