tdb/pytdb: remove py ifdefs
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 1 Feb 2023 00:06:24 +0000 (13:06 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Feb 2023 02:27:32 +0000 (02:27 +0000)
commitf5555e0ee4cdc1ee50788d5d727f50cb8abde476
tree36ea4d4c0f53243c1d55c85eeca677dc7872adbb
parent310eafdb7b3b594c3e2340520b4eadd1fa813497
tdb/pytdb: remove py ifdefs

This already would not compile with Python 2, because Py_TPFLAGS_HAVE_ITER
is not defined

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/tdb/pytdb.c