py3: Remove #define IsPy3Bytes PyBytes_Check
authorAndrew Bartlett <abartlet@samba.org>
Sat, 14 Mar 2020 21:40:46 +0000 (10:40 +1300)
committerNoel Power <npower@samba.org>
Mon, 23 Mar 2020 19:12:43 +0000 (19:12 +0000)
commit675ab9d6ae6f5cd95ddde51d19774cae7ecc11ca
treec73a2612d4f34d57e3c269d8deb817225e79419a
parent5c1867ba459c2eff0dfc99c92200aecc2d44df59
py3: Remove #define IsPy3Bytes PyBytes_Check

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
source4/librpc/ndr/py_misc.c