summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-25 12:33:38 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-25 23:05:05 +1000
commit5a367f641ef44a4b58eaea751146a139c70f4afd (patch)
tree315ea03deac0fbcb37b5a63fb5f30e445211e2e1 /source4/scripting/python/samba
parentcb0f8f0ee087475e63bcc969cf501ce9eae9c98f (diff)
downloadsamba-5a367f641ef44a4b58eaea751146a139c70f4afd.tar.gz
samba-5a367f641ef44a4b58eaea751146a139c70f4afd.tar.xz
samba-5a367f641ef44a4b58eaea751146a139c70f4afd.zip
s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()
these are useful for tracking down leaks and bugs in python scripts Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/scripting/python/samba')
-rw-r--r--source4/scripting/python/samba/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py
index 80873dc779..fcd224202b 100644
--- a/source4/scripting/python/samba/__init__.py
+++ b/source4/scripting/python/samba/__init__.py
@@ -327,3 +327,5 @@ interface_ips = _glue.interface_ips
set_debug_level = _glue.set_debug_level
unix2nttime = _glue.unix2nttime
generate_random_password = _glue.generate_random_password
+talloc_report_full = _glue.talloc_report_full
+talloc_enable_null_tracking = _glue.talloc_enable_null_tracking