cpython/Misc/NEWS.d/next/Library/2024-08-07-11-57-41.gh-issu...

6 lines
292 B
ReStructuredText

Improve errors in the :mod:`pickle` module. :exc:`~pickle.PicklingError` is
now raised more often instead of :exc:`UnicodeEncodeError`,
:exc:`ValueError` and :exc:`AttributeError`, and the original exception is
chained to it. Improve and unify error messages in Python and C
implementations.