Patches item #1350573, was opened at 2005-11-07 13:25
Message generated for change (Settings changed) made by akuchling
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1350573&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: Python 2.5
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Danny Yoo (dyoo)
Assigned to: A.M. Kuchling (akuchling)
Summary: zlib.crc32 doesn't handle 0xffffffff seed
Initial Comment:
Reported by John Schmidt: zlibc.crc32 doesn't appear to
properly parse its seed argument. For example:
######
>>> zlib.crc32('foobar',0xFFFFFFFF))
OverflowError: long int too large to convert to int
######
This appears to be fixed if we make the included patch
to zlibmodule. I haven't tested this on a 64-bit
platform, though; can someone look into this?
Hope this helps!
----------------------------------------------------------------------
>Comment By: A.M. Kuchling (akuchling)
Date: 2005-11-22 10:39
Message:
Logged In: YES
user_id=11375
I've applied your suggested fix to the HEAD and
release24-maint branches. Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1350573&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches