py3: Remove #define PyInt_Type PyLong_Type
authorAndrew Bartlett <abartlet@samba.org>
Sat, 14 Mar 2020 21:26:22 +0000 (10:26 +1300)
committerNoel Power <npower@samba.org>
Mon, 23 Mar 2020 19:12:43 +0000 (19:12 +0000)
commitcc79726d95108e3d8ef612a863c2f9fffd768636
tree60606f41cddf3d8ecc3f5880f11aff25053cfcc9
parent08a76ec0963049e0f2b8f855ab66ba5141472fce
py3: Remove #define PyInt_Type PyLong_Type

This allows us to end the use of Python 2/3 compatability macros.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
python/py3compat.h
source3/passdb/py_passdb.c