◐ Shell
clean mode source ↗

replace `array.__reduce__` to `array.__reduce_ex__`

Feature

In rustPython's array pickling, reduce is used.
However, reduce_ex is used in cPython's pickle.

I think we should implement reduce_ex in the array and use reduce_ex for picking.

Execution Result

There is no related python documentation, so I will attach the execution result.
Screen Shot 2022-07-14 at 12 24 47 AM