commit | d207c7cd5a8c0d3e5f6c5eb947243e4afcd718b0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Feb 20 17:50:43 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Feb 20 16:50:43 2024 +0000 |
tree | 3c48d470b84dce1673490fb262e4733c105cd315 | |
parent | e976baba99a5c243ff3a3b5ef2fd14608a398338 [diff] |
gh-110850: Cleanup pycore_time.h includes (#115724) <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.