Patches item #1615868, was opened at 2006-12-14 17:25
Message generated for change (Comment added) made by gustaebel
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1615868&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lars Gust�bel (gustaebel)
Assigned to: Nobody/Anonymous (nobody)
Summary: BZ2File.seek() fails for large files

Initial Comment:
The bytesread variable in BZ2File.seek() is defined as int instead of size_t 
making it impossible to seek beyond 2GB distances.
Affected are all Python versions.

----------------------------------------------------------------------

>Comment By: Lars Gust�bel (gustaebel)
Date: 2006-12-14 17:45

Message:
Logged In: YES 
user_id=642936
Originator: YES

Nah, it must be Py_off_t.
File Added: bz2-seek.diff

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1615868&group_id=5470
_______________________________________________
Patches mailing list
Patches@python.org
http://mail.python.org/mailman/listinfo/patches

Reply via email to