mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
a7633deb89
This was (PyUnicode_Check(pystr) || PyBytes_Check(pystr)) This allows us to end the use of Python 2/3 compatability macros. The one caller will be simplified in the next commit Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Noel Power <nopower@samba.org>