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

This commit is contained in:
Christian Heimes 2016-09-26 14:08:56 +02:00
commit 5a274465a1
1 changed files with 1 additions and 1 deletions

View File

@ -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;