This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mhammond
Recipients
Date 2002-10-01.09:59:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=14198

The block:

+ 				if (!wpath1 || !wpath2)
+ 					return NULL;

Should include Py_XDECREF calls for wpath1 and wpath2.

Can't be bothered with a new patch just for this :)
History
Date User Action Args
2007-08-23 15:14:42adminlinkissue594001 messages
2007-08-23 15:14:42admincreate