Commit 9df89d06 authored by Christian Heimes's avatar Christian Heimes

Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt

parent 0eb60a7c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment