Re: svn commit: rev 3574 - trunk/subversion/bindings/swig
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-10-31 11:10:16 CET
On Wed, Oct 30, 2002 at 12:39:48AM -0600, cmpilato@tigris.org wrote:
Shouldn't that be $result = Py_None?
And this must be INCREF'd.
> + list = PyList_New(3);
list could be NULL also, so this should be an XDECREF.
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Oct 31 11:09:57 2002 |
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.