Feature
In rustPython'sarray pickling,reduce
is used.
However,reduce_ex
is used in cPython's pickle.
I think we should implementreduce_ex
in the array and usereduce_ex
for picking.
Execution Result
There is no related python documentation, so I will attach the execution result.
