Files
cpython/Include
Victor Stinner 1a1bd2e238 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.
2020-04-17 19:13:06 +02:00
..
2020-03-23 23:00:48 +01:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00