Skip to content

Commit dfe4252

Browse files
authored
Update Modules/_datetimemodule.c
1 parent 5f858c0 commit dfe4252

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_datetimemodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5901,6 +5901,7 @@ datetime_fromisoformat(PyObject *cls, PyObject *dtstr)
59015901
const Py_ssize_t separator_location = _find_isoformat_datetime_separator(
59025902
dt_ptr, len);
59035903

5904+
59045905
const char *p = dt_ptr;
59055906

59065907
int year = 0, month = 0, day = 0;

0 commit comments

Comments
 (0)