mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Fixed space -> tab
This commit is contained in:
parent
58cb1b8b0e
commit
db23308c71
1 changed files with 3 additions and 3 deletions
|
@ -808,15 +808,15 @@ initstdio(void)
|
|||
goto error;
|
||||
}
|
||||
} /* if (fd < 0) */
|
||||
PySys_SetObject("__stderr__", std);
|
||||
PySys_SetObject("__stderr__", std);
|
||||
PySys_SetObject("stderr", std);
|
||||
Py_DECREF(std);
|
||||
#endif
|
||||
|
||||
if (0) {
|
||||
error:
|
||||
status = -1;
|
||||
}
|
||||
status = -1;
|
||||
}
|
||||
|
||||
Py_XDECREF(bimod);
|
||||
Py_XDECREF(iomod);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue