]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_json.c: use Py_UNUSED() macro (GH-17053)
authorVictor Stinner <vstinner@python.org>
Tue, 5 Nov 2019 10:44:28 +0000 (11:44 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2019 10:44:28 +0000 (11:44 +0100)
commitfbbfcce2d6c5ab16324b36572966e9605e7dc192
tree4c70b596732e66184c5e41c9e4558c085a022235
parent62161ce989d7d4fe2b0e6899a54da20feeddc798
_json.c: use Py_UNUSED() macro (GH-17053)

Remove UNUSED macro: use Py_UNUSED() macro instead.
Modules/_json.c