Skip to content

Commit 1f577ce

Browse files
authored
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
1 parent 114081f commit 1f577ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_pickle.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7965,6 +7965,7 @@ pickle_traverse(PyObject *m, visitproc visit, void *arg)
79657965
Py_VISIT(st->import_mapping_3to2);
79667966
Py_VISIT(st->codecs_encode);
79677967
Py_VISIT(st->getattr);
7968+
Py_VISIT(st->partial);
79687969
return 0;
79697970
}
79707971

0 commit comments

Comments
 (0)