mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Run command: sed -i -e 's!\<_PyTime_t\>!PyTime_t!g' $(find -name "*.c" -o -name "*.h")
This commit is contained in:
parent
0749244d13
commit
9af80ec83d
31 changed files with 341 additions and 341 deletions
|
@ -5131,7 +5131,7 @@ datetime_from_timestamp(PyObject *cls, TM_FUNC f, PyObject *timestamp,
|
|||
static PyObject *
|
||||
datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo)
|
||||
{
|
||||
_PyTime_t ts = _PyTime_GetSystemClock();
|
||||
PyTime_t ts = _PyTime_GetSystemClock();
|
||||
time_t secs;
|
||||
int us;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue