mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.