blob: 4351b4ad6eda6384fc0af486974200a0c6f4f607 [file] [log] [blame]
Fixed default implementations of __reduce__ and __reduce_ex__().
object.__reduce__() no longer takes arguments, object.__reduce_ex__() now
requires one argument.