SIGN IN SIGN UP

bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)

* Replace PY_INT64_T with int64_t
* Replace PY_UINT32_T with uint32_t
* Replace PY_UINT64_T with uint64_t

sha3module.c no longer checks if PY_UINT64_T is defined since it's
always defined and uint64_t is always available on platforms
supported by Python.
V
Victor Stinner committed
1a1bd2e23871619adc1405e1cdc7c1e61252fd2c
Parent: 9f5fe79
Committed by GitHub <noreply@github.com> on 4/17/2020, 5:13:06 PM