[MERGE] Implement bzrlib.lock with CreateFile rather than LockFileEx on win32 (operational part)

Alexander Belchenko bialix at ukr.net
Fri Jun 19 11:25:18 BST 2009


Martin (gzlist) пишет:
> 2009/6/19 Alexander Belchenko <bialix at ukr.net>:
>> Do you run existing per_lock tests? There is a lot of test failures.
> 
> I did, naturally they passed on both the boxes I tried.
> 
> Problem is on your machine, this raises:
> 
>>>> import ctypes
>>>> assert ctypes.WinError(5).errno == 5

Well,

In [4]: import ctypes

In [5]: ctypes.WinError(5).errno
Out[5]: 13

In [6]: ctypes.__version__
Out[6]: '1.0.3'




More information about the bazaar mailing list