[PATCH] win32: 'raise ctypes.WinError' -> 'raise ctypes.WinError()'

Matt Mackall mpm at selenic.com
Mon Mar 23 14:25:01 CDT 2015


On Sun, 2015-03-22 at 19:12 -0400, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1427065693 14400
> #      Sun Mar 22 19:08:13 2015 -0400
> # Node ID 658ab360e6dcebf9e5dd4a87567d5313e6fd0fdd
> # Parent  72763df8d4d8c775d800dea05937732caf050272
> 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.

That was released way back in 2.3. Does this belong on stable? What
breaks here?

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list