X Tutup
Skip to content

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

Merged
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-dc07f65-3.12
Jul 25, 2024
Merged

[3.12] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149)#122265
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-dc07f65-3.12

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

X Tutup