pyldb: Remove unused and broken Python access to LDB module API
authorAndrew Bartlett <abartlet@samba.org>
Tue, 14 Nov 2023 06:12:02 +0000 (19:12 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 3 Mar 2024 22:33:35 +0000 (22:33 +0000)
commit757036cefe589248ace0d6da2ef70f9a7ff19554
tree2161417893b4a98aea6fd6bebed9fd2845522042
parent7a38a98871b63b57ae4e8bbb6c59213f8271a1b5
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>
WHATSNEW.txt
lib/ldb/pyldb.c
lib/ldb/pyldb.h
lib/ldb/tests/python/api.py
python/samba/tests/segfault.py