[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: errno intersects APR error codes

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Mon, 3 Jun 2013 01:35:43 +0300

Johan Corveleyn wrote on Sun, Jun 02, 2013 at 22:01:07 +0200:
> If I add a 'self' parameter to the signature of errno_filter in
> gen_win.py, it seems to work (i.e. no error / warning output anymore).
> But I'm not sure if that's the right fix ... my Python knowledge is
> not very advanced :-).
>

Yes, it is. errno_filter() is an instance method and as such needs
a 'self' first parameter (like the other errno_filter method in the
patch already has). The definition is in gen_win.py is used by
gen_msvc_dsp.py and gen_vcnet_vcproj.py, one of which is used by
gen-make.py.

r1488803.

> (thanks for the patch BTW)
>
> --
> Johan
Received on 2013-06-03 00:36:24 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.