mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
This commit is contained in:
parent
0eb60a7cb9
commit
9df89d06a0
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ extern PyObject *_PyIO_get_locale_module(_PyIO_State *);
|
|||
|
||||
#ifdef MS_WINDOWS
|
||||
extern char _PyIO_get_console_type(PyObject *);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern PyObject *_PyIO_str_close;
|
||||
extern PyObject *_PyIO_str_closed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue