RE: Re: svn commit: r16211 - trunk/subversion/bindings/swig/python/svn
From: Marc Haesen <Marc.Haesen_at_telindus.be>
Date: 2005-09-26 16:18:20 CEST
Hi,
The current python bindings on trunk are crashing in windows. The reason is that in some cases the variable _global_pool is NULL, depending from which python module (dll) the libsvn_swig_py functions are called.
I have made these changes locally, and they seem to solve the crash.
Regards,
-----Original Message-----
* David James wrote:
> > The leaks probably need to be solved by explicitly calling pool.clear()
The pools are garbage collected - oh well (found the place now...)
But I've got another thing then. Wouldn't it make more sense to make the
For example, this code from svn.fs still uses the supplied pool. I'm
def _dump_contents(self, file, root, path, pool=None):
nd
-- "Umfassendes Werk (auch fuer Umsteiger vom Apache 1.3)" -- aus einer Rezension <http://pub.perlig.de/books.html#apache2> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.org 32nd International Telindus Symposium Thursday, 27 October 2005, Brussels Expo, Belgium Innovision: see how ICT empowers your vision and enables innovation. The one-day ICT event for business professionals! Programme and free registration > http://www.telindussymposium.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Sep 26 18:49:36 2005 |
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.