Skip to content

Commit ce84108

Browse files
committed
Run: make regen-all
1 parent 46ee857 commit ce84108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/_io/textio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module _io
2121
class _io.IncrementalNewlineDecoder "nldecoder_object *" "clinic_state()->PyIncrementalNewlineDecoder_Type"
2222
class _io.TextIOWrapper "textio *" "clinic_state()->TextIOWrapper_Type"
2323
[clinic start generated code]*/
24-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=d3f032e90f74c8f2]*/
24+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=81f67cf54eaa6001]*/
2525

2626
/* TextIOBase */
2727

Modules/_io/winconsoleio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ char _PyIO_get_console_type(PyObject *path_or_fd) {
139139
module _io
140140
class _io._WindowsConsoleIO "winconsoleio *" "clinic_state()->PyWindowsConsoleIO_Type"
141141
[clinic start generated code]*/
142-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=e897fdc1fba4e131]*/
142+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=05526e723011ab36]*/
143143

144144
typedef struct {
145145
PyObject_HEAD

0 commit comments

Comments
 (0)