]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Jul 2026 15:20:35 +0000 (18:20 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:20:35 +0000 (18:20 +0300)
commiteb447081ed8182f825fa01953ec87cff41f3d585
tree5cc5db02e3049ea9100738afcd8a8d51688e7705
parent249d5e0a10839f9891caa85de35a8a9cf5d7a3a3
gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020)

The gh-122311 changes made pickle.dump() and pickle.dumps() raise
PicklingError for some failures that previously raised AttributeError,
ImportError, ValueError or UnicodeEncodeError, depending on the
implementation.
Add an entry about this in the "Porting to Python 3.14" section.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Doc/whatsnew/3.14.rst