◐ Shell
clean mode source ↗

gh-110850: Cleanup pycore_time.h includes by vstinner · Pull Request #115724 · python/cpython

<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.

woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request

Mar 4, 2024
<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.

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024
<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.

LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this pull request

Jan 22, 2025
<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.