py3: Remove unused PyStr_CheckExact macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 03:48:07 +0000 (05:48 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:24 +0000 (12:14 +0000)
commitcff26b47eeffe1080fff1c794bbe4dcb8e7b6aed
tree1da9070346d6da33a1a94b16ca91a555d370d4f0
parent6a8c7adc5a454154904aa3b0fe52aef0b78ab7d6
py3: Remove unused PyStr_CheckExact macro from py3compat.h

Now that we are no longer developing new py2/py3 compatible code we can remove
any aspects of this header we do not use.  This will make the eventual removal
easier.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
python/py3compat.h