[issue1672853] Error reading files larger than 4GB

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

[issue1672853] Error reading files larger than 4GB

2010-08-06 Thread Tim Golden
Changes by Tim Golden : -- assignee: -> tim.golden nosy: +tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1672853] Error reading files larger than 4GB

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +IO nosy: +benjamin.peterson, pitrou stage: -> test needed versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker ___ __

[issue1672853] Error reading files larger than 4GB

2008-03-02 Thread Joseph Armbruster
Joseph Armbruster added the comment: Just got in from New Smyrna beach... and the verdict is: URL: http://svn.python.org/projects/python/branches/release25-maint Revision: 61182 python bigfiletest1.py 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1500

[issue1672853] Error reading files larger than 4GB

2008-03-01 Thread Christian Heimes
Christian Heimes added the comment: How about Python 2.5? Have you tested the latest release as well? -- type: -> behavior _ Tracker <[EMAIL PROTECTED]> _ _

[issue1672853] Error reading files larger than 4GB

2008-02-29 Thread Joseph Armbruster
Joseph Armbruster added the comment: Using: http://svn.python.org/projects/python/trunk @ 61127 OS Name:Microsoft Windows XP Professional OS Version: 5.1.2600 Service Pack 2 Build 2600 I would like to report a positive follow-up on this issue. The output I received was as follows, indicat