mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Removed unintentional trailing spaces in non-external and non-generated C files.
This commit is contained in:
parent
6c32585f67
commit
009b811d67
25 changed files with 56 additions and 56 deletions
|
@ -260,7 +260,7 @@ method_repr(PyMethodObject *a)
|
|||
PyErr_Clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (funcname != NULL && !PyUnicode_Check(funcname)) {
|
||||
Py_DECREF(funcname);
|
||||
funcname = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue