diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/Python-ast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/Python-ast.c b/Python/Python-ast.c index 4a58c09..89c52b9 100644 --- a/Python/Python-ast.c +++ b/Python/Python-ast.c @@ -5809,7 +5809,6 @@ ast_repr_max_depth(AST_object *self, int depth) if (!value_repr) { Py_DECREF(name); - Py_DECREF(value); goto error; } |