mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
remove a strange non-ASCII character in _iomodule.c (GH-17239)
This commit is contained in:
parent
ee703cbb41
commit
bcc1cc5cc3
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ _io_open_code_impl(PyObject *module, PyObject *path)
|
|||
{
|
||||
return PyFile_OpenCodeObject(path);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Private helpers for the io module.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue