mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
The new talloc.BaseObject allow us to hold a talloc context per python object (there may be many referring to the same C object) and the talloc context that the actual object pointer is under. Another advantage is that talloc.BaseObject(), has less of an ABI surface. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> (cherry picked from commit 9e07f3a13b41be1f019887581b2a2bd049039a3d)