py3: Remove unused PyInt_AS_LONG macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 04:02:02 +0000 (06:02 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
commit6e2e80a4d2b31055ec91316aed6fdb488b40f697
treeff7b1d2534b5c721f7312e591e1e94776e049821
parent03cb50cf58f770c1b09b3ef95b7584821b7ffb72
py3: Remove unused PyInt_AS_LONG 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