Skip to content

[3.8] bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592)#18630

Merged
ambv merged 1 commit into
python:3.8from
miss-islington:backport-9f37872-3.8
Feb 23, 2020
Merged

[3.8] bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592)#18630
ambv merged 1 commit into
python:3.8from
miss-islington:backport-9f37872-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Feb 23, 2020

Copy link
Copy Markdown
Contributor

Fix a regression where the C pickle module wouldn't allow unpickling from a
file-like object that doesn't expose a readinto() method.
(cherry picked from commit 9f37872)

Co-authored-by: Antoine Pitrou antoine@python.org

https://bugs.python.org/issue39681

…thonGH-18592)

Fix a regression where the C pickle module wouldn't allow unpickling from a
file-like object that doesn't expose a readinto() method.
(cherry picked from commit 9f37872)

Co-authored-by: Antoine Pitrou <antoine@python.org>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pitrou and @ambv: Status check is done, and it's a success ✅ .

@ambv ambv merged commit b19f7ec into python:3.8 Feb 23, 2020
@bedevere-bot

Copy link
Copy Markdown

@ambv: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-9f37872-3.8 branch February 23, 2020 22:53
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pitrou and @ambv: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pitrou and @ambv: Status check is done, and it's a success ✅ .

farazs-github pushed a commit to MediaTek-Labs/cpython that referenced this pull request Nov 12, 2021
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.

5 participants