mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
1a1bd2e238
* 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.
Miscellaneous source files for the main Python shared library