Drop support for writing pickles with protocols 0 and 1
Open
type: enhancement
- Dominant language
- Python
- Stars
- 462
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
We should no longer need `__newobj__` when pickling; we should be able to get rid of the `__reduce__` and `__reduce_ex__` methods that make use of it.
I'd like to get this into 6.0, so that pickles generated with Traits >= 6.0 don't refer to `__newobj__`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.