]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:20 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:28:20 +0000 (15:28 +0000)
commitdfd421467feb3ffc20a34d67341bf0e768ed1f02
tree314651a60f1ae37480ee6bb1819766d2865873b4
parent1933f77772b8bcbbb308a0efc9767c096015e688
[3.14] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020) (GH-154162)

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