remove a strange non-ASCII character in _iomodule.c (GH-17239)
This commit is contained in:
@@ -503,7 +503,7 @@ _io_open_code_impl(PyObject *module, PyObject *path)
|
||||
{
|
||||
return PyFile_OpenCodeObject(path);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Private helpers for the io module.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user