cpython/Misc/NEWS.d/next/Core and Builtins/2023-03-26-19-11-10.gh-issu...

2 lines
259 B
ReStructuredText

Update the Python pickle module implementation to match the C implementation of the pickle module. For objects setting reduction methods like :meth:`~object.__reduce_ex__` or :meth:`~object.__reduce__` to ``None``, pickling will result in a :exc:`TypeError`.