[issue1451466] reading very large files

2010-09-17 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc amaur...@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 rep...@bugs.python.org
http://bugs.python.org/issue1451466
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1451466] reading very large files

2010-05-12 Thread christen

christen richard.chris...@unice.fr added the comment:

I have no idea because
- I am using 2.5 (windows) or 2.6 (2.5 because of old stuff that I 
compiled compatible with 2.5 not 2.6)
- I am using open(file, 'U') that solved the problem under windows, and 
the pd does not exist in Linux
best
Richard

Terry J. Reedy a écrit :
 Terry J. Reedy tjre...@udel.edu added the comment:

 Is this still an issue for 2.7?

 --
 nosy: +tjreedy

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue1451466
 ___




--
nosy: +richard.chris...@unice.fr

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1451466
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1451466] reading very large files

2010-05-11 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

Is this still an issue for 2.7?

--
nosy: +tjreedy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1451466
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1451466] reading very large files

2009-03-30 Thread Daniel Diniz

Changes by Daniel Diniz aja...@gmail.com:


--
dependencies: +Error reading files larger than 4GB
stage:  - test needed
type:  - behavior
versions: +Python 2.6 -Python 2.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1451466
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1451466] reading very large files

2008-03-10 Thread Joseph Armbruster

Joseph Armbruster [EMAIL PROTECTED] added the comment:

Note: If this issue is related to 1672853, I ran through the test code
provided in the issue recently and it appeared to pass for both the
trunk and 2.5 maint.

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1451466
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1451466] reading very large files

2008-02-29 Thread Joseph Armbruster

Joseph Armbruster added the comment:

I believe this may be related to issue 1672853.

http://bugs.python.org/issue1672853

--
nosy: +JosephArmbruster

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1451466
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com