Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
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 forcopy.copy(),copy.deepcopy() (it is the same, but still),pickle.dumps()/pickle.loads().