mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
1a005b40a4
As the library handle has a dm pool associated with it for long running processes it is required to close and re-open the library to free the dm pool. Call added so python clients can reclaim memory, lvm.gc(). Note: Any python objects on the heap become invalid at the time this call is made. If referenced, a seg. fault could occur. No simple way to make this safe with the current memory management in the C library. Use with caution! Signed-off-by: Tony Asleson <tasleson@redhat.com> |
||
---|---|---|
.. | ||
example.py | ||
liblvm.c | ||
Makefile.in | ||
setup.py.in |