X Tutup
Skip to content

[3.12] gh-120380: fix Python implementation of pickle.Pickler for bytes and bytearray objects in protocol version 5. (GH-120422)#120833

Merged
encukou merged 1 commit intopython:3.12from
miss-islington:backport-7595e67-3.12
Jun 26, 2024
Merged

[3.12] gh-120380: fix Python implementation of pickle.Pickler for bytes and bytearray objects in protocol version 5. (GH-120422)#120833
encukou merged 1 commit intopython:3.12from
miss-islington:backport-7595e67-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 21, 2024

…ytes` and `bytearray` objects in protocol version 5. (pythonGH-120422)

(cherry picked from commit 7595e67)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.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.

3 participants

X Tutup