commit | fbbfcce2d6c5ab16324b36572966e9605e7dc192 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Nov 05 11:44:28 2019 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 05 11:44:28 2019 +0100 |
tree | 4c70b596732e66184c5e41c9e4558c085a022235 | |
parent | 62161ce989d7d4fe2b0e6899a54da20feeddc798 [diff] |
_json.c: use Py_UNUSED() macro (GH-17053) Remove UNUSED macro: use Py_UNUSED() macro instead.