Skip to content

Commit b30edbc

Browse files
committed
force regenerate clinic output
1 parent 26c8800 commit b30edbc

File tree

2 files changed

+35
-15
lines changed

2 files changed

+35
-15
lines changed

Modules/_datetimemodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5140,7 +5140,7 @@ static PyObject *
51405140
datetime_time_replace_impl(PyDateTime_Time *self, int hour, int minute,
51415141
int second, int microsecond, PyObject *tzinfo,
51425142
int fold, int nanosecond)
5143-
/*[clinic end generated code: output=0b89a44c299e4f80 input=abf23656e8df4e97]*/
5143+
/*[clinic end generated code: output=5e556104f098f7bc input=93eabd0f268e8348]*/
51445144
{
51455145
return new_time_subclass_fold_ex(hour, minute, second, microsecond, tzinfo,
51465146
fold, nanosecond, (PyObject *)Py_TYPE(self));
@@ -6695,7 +6695,7 @@ datetime_datetime_replace_impl(PyDateTime_DateTime *self, int year,
66956695
int month, int day, int hour, int minute,
66966696
int second, int microsecond, PyObject *tzinfo,
66976697
int fold, int nanosecond)
6698-
/*[clinic end generated code: output=00bc96536833fddb input=fd972762d604d3e7]*/
6698+
/*[clinic end generated code: output=307b7b3d0e8cc7ca input=9810d6be79041e46]*/
66996699
{
67006700
return new_datetime_subclass_fold_ex(year, month, day, hour, minute,
67016701
second, microsecond, tzinfo, fold,

Modules/clinic/_datetimemodule.c.h

Lines changed: 33 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)