[issue1451466] reading very large files

2010-09-17 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc 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 -> close

[issue1451466] reading very large files

2010-05-12 Thread christen
christen 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 écri

[issue1451466] reading very large files

2010-05-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Is this still an issue for 2.7? -- nosy: +tjreedy ___ Python tracker ___ ___ Python-bugs-list mai

[issue1451466] reading very large files

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Error reading files larger than 4GB stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker _

[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]>

[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]> __