Skip to content

[3.14] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020)#154162

Merged
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-eb44708-3.14
Jul 19, 2026
Merged

[3.14] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020)#154162
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-eb44708-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

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 eb44708)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Fable 5 noreply@anthropic.com

…ythonGH-154020)

The pythongh-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 eb44708)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels Jul 19, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Docs PRs Jul 19, 2026
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) July 19, 2026 15:21
@serhiy-storchaka
serhiy-storchaka merged commit dfd4214 into python:3.14 Jul 19, 2026
35 of 36 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Jul 19, 2026
@miss-islington
miss-islington deleted the backport-eb44708-3.14 branch July 19, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants