mirror of
https://github.com/python/cpython.git
synced 2026-08-08 20:17:11 +08:00
<pycore_time.h> include is no longer needed to get the PyTime_t type in internal header files. This type is now provided by <Python.h> include. Add <pycore_time.h> includes to C files instead.
Miscellaneous source files for the main Python shared library