summaryrefslogtreecommitdiffstats
path: root/Modules/_json.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-10-03 17:03:49 (GMT)
committerGitHub <noreply@github.com>2021-10-03 17:03:49 (GMT)
commit93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e (patch)
tree7d119733b0de07024169d68ac5af8ac63422023f /Modules/_json.c
parent5ba61f488da2e092a81c3d126c5827dad6ab2006 (diff)
downloadcpython-93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e.zip
cpython-93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e.tar.gz
cpython-93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e.tar.bz2
[3.10] Remove trailing spaces (GH-28709)
Diffstat (limited to 'Modules/_json.c')
-rw-r--r--Modules/_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_json.c b/Modules/_json.c
index e10f83c..6f68c1f 100644
--- a/Modules/_json.c
+++ b/Modules/_json.c
@@ -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);