diff options
Diffstat (limited to 'Modules/_json.c')
-rw-r--r-- | Modules/_json.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_json.c b/Modules/_json.c index 4682cf8462..8117d1601b 100644 --- a/Modules/_json.c +++ b/Modules/_json.c @@ -652,6 +652,7 @@ scanner_traverse(PyScannerObject *self, visitproc visit, void *arg) Py_VISIT(self->parse_float); Py_VISIT(self->parse_int); Py_VISIT(self->parse_constant); + Py_VISIT(self->memo); return 0; } |