mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
This change is backward compatible since C extension modules must not include "pytime.h" directly, but only include "Python.h".
This commit is contained in:
parent
871eb4237b
commit
17dbd4078b
6 changed files with 6 additions and 10 deletions
|
@ -31,7 +31,6 @@
|
|||
#include "pycore_pyerrors.h"
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pydtrace.h"
|
||||
#include "pytime.h" // _PyTime_GetMonotonicClock()
|
||||
|
||||
typedef struct _gc_runtime_state GCState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue