We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
array.__reduce__
array.__reduce_ex__
In rustPython's array pickling, reduce is used. However, reduce_ex is used in cPython's pickle.
reduce
reduce_ex
I think we should implement reduce_ex in the array and use reduce_ex for picking.
There is no related python documentation, so I will attach the execution result.