Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 20, 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.

<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.
@rhettinger rhettinger removed their request for review February 20, 2024 16:24
@vstinner vstinner merged commit d207c7c into python:main Feb 20, 2024
@vstinner vstinner deleted the pytime_include branch February 20, 2024 16:50
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant