win32: 'raise ctypes.WinError' -> 'raise ctypes.WinError()'
WinError is a function that creates an Error, not an Error itself. This is a partial backout of e34106fa0dc3.
Loading
Please register or sign in to comment
WinError is a function that creates an Error, not an Error itself. This is a partial backout of e34106fa0dc3.