8000 [3.13] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) by miss-islington · Pull Request #122264 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.13] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) #122264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

miss-islington
Copy link
Contributor
@miss-islington miss-islington commented Jul 25, 2024

Serializing objects with complex qualname (such as unbound methods and
nested classes) by name no longer involves serializing parent objects by value
in pickle protocols < 4.
(cherry picked from commit dc07f65)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…onGH-122149)

Serializing objects with complex __qualname__ (such as unbound methods and
nested classes) by name no longer involves serializing parent objects by value
in pickle protocols < 4.
(cherry picked from commit dc07f65)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka merged commit 984f8aa into python:3.13 Jul 25, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0