py3: Remove unused PyStr_InternInPlace macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 03:52:07 +0000 (05:52 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
commite6da3fcfbe9a3d54cf08887e3232a75e76df0f8a
tree2539e696b090eaa2eecdb3893594dabdea9b0fe0
parente191788c0654c80d9e9defff080049bfb3115fbf
py3: Remove unused PyStr_InternInPlace 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