Bugs item #3385752, was opened at 2011-08-03 10:38
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3385752&group_id=78018
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: win32
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Rob Gardner (robmatic)
Assigned to: Nobody/Anonymous (nobody)
Summary: Byte Range Lock API incorrectly uses signed int for lock len
Initial Comment:
The win32 api for byte range locks, LockFileEx etc specifies unsigned (DWORD) arguments for the length of the lock. The Pywin32 api uses signed int, making it impossible to request some locks that would be allowed using the native wine32 api.
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2012-01-01 23:44
Message:
Fixed in 4182:57fc41295aa0
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3385752&group_id=78018
|