-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
gh-141757: comply with pickle protocol in test_reduce_5tuple #141759
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
gh-141757: comply with pickle protocol in test_reduce_5tuple #141759
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 👍
|
Thanks @Bobronium for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…ythonGH-141759) The 5th element of the __reduce__ tuple should be an iterator. (cherry picked from commit 41b9ad5) Co-authored-by: Arseny Boykov <36469655+Bobronium@users.noreply.github.com>
|
GH-141782 is a backport of this pull request to the 3.14 branch. |
…ythonGH-141759) The 5th element of the __reduce__ tuple should be an iterator. (cherry picked from commit 41b9ad5) Co-authored-by: Arseny Boykov <36469655+Bobronium@users.noreply.github.com>
|
GH-141783 is a backport of this pull request to the 3.13 branch. |
__reduce__value fortest.test_copy.TestCopy.test_reduce_5tuple#141757