-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixeseasytestsTests in the Lib/test dirTests in the Lib/test dir
Description
PyStructSequence supports pickling and copying, but there are no tests for this. There is only one trivial test which tests that __reduce__()
does not raise exception or crash.
Needed explicit tests for copy.copy()
, copy.deepcopy()
(it is the same, but still), pickle.dumps()
/pickle.loads()
.
cc @XuehaiPan
Linked PRs
denniskipronomaiyo and mousehead
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixeseasytestsTests in the Lib/test dirTests in the Lib/test dir