py3: Remove unused PyInt_FromSize_t macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 04:01:16 +0000 (06:01 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
commit03cb50cf58f770c1b09b3ef95b7584821b7ffb72
tree71eb8bdc2342d7bbc787cac3f02027837adbdcfe
parentf35239915252e1644134bf0eb55e18540a6d20d9
py3: Remove unused PyInt_FromSize_t 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