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

Re: [PATCH] Pythonic Memory Pools for the Python Bindings

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-07-19 02:09:40 CEST

David James wrote:

> - If a pool is not destroyed, it will be automatically
> garbage-collected when it goes out of scope.

What happens to C level memory that was allocated out of the pool at
this point? Do the python level wrappers for the C level objects hold a
reference to the pool to keep that from happening or something?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 19 03:19:43 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.