]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 15:28:16 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:28:16 +0000 (15:28 +0000)
commit52e73026282ecff5e58890cea356dff21ef8346a
tree852d36cd5df497ff9418f8a22bd8b6056a4dfd2e
parent618f4ec98c4306d0ee5f071df17a9828240b3f5e
[3.15] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020) (GH-154161)

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.
(cherry picked from commit eb447081ed8182f825fa01953ec87cff41f3d585)

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