Skip to content

Commit 7f46f51

Browse files
Untrack tuples from marshal
1 parent f54fd2a commit 7f46f51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/marshal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,7 @@ r_object(RFILE *p)
14331433
}
14341434
PyTuple_SET_ITEM(v, i, v2);
14351435
}
1436+
_PyTuple_MaybeUntrack(v);
14361437
retval = v;
14371438
break;
14381439

0 commit comments

Comments
 (0)