1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

pyldb: Remove unused and broken Python access to LDB module API

These exposed the private LDB modules API to python, and was
untested and broken since LDB was made async internally as
it never called ldb_wait() on the result.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett
2023-11-14 19:12:02 +13:00
parent 7a38a98871
commit 757036cefe
5 changed files with 9 additions and 844 deletions

View File

@ -154,10 +154,6 @@ class SegfaultTests(samba.tests.TestCase):
pass
str(m)
@segfault_detector
def test_ldb_register_module(self):
ldb.register_module('')
@segfault_detector
def test_messaging_deregister(self):
messaging.deregister('s', 's', 's', False)