mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-44854: Remove trailing whitespaces (GH-27689)
This commit is contained in:
parent
7d14fdb03c
commit
058fb35b57
13 changed files with 15 additions and 15 deletions
|
@ -321,7 +321,7 @@ raise_errmsg(const char *msg, PyObject *s, Py_ssize_t end)
|
|||
if (decoder == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
_Py_IDENTIFIER(JSONDecodeError);
|
||||
PyObject *JSONDecodeError = _PyObject_GetAttrId(decoder, &PyId_JSONDecodeError);
|
||||
Py_DECREF(decoder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue