Skip to content

bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__. #843

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

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Mar 27, 2017

object.__reduce__() no longer takes arguments, object.__reduce_ex__() now
requires one argument.

…_().

object.__reduce__() no longer takes arguments, object.__reduce_ex__() now
requires one argument.
@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Mar 27, 2017
@mention-bot
Copy link

@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @benjaminp, @tim-one and @birkenfeld to be potential reviewers.

@serhiy-storchaka serhiy-storchaka changed the title bpo-29914: Fix default implementations of __reduce__ and __reduce_ex_. bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__. Mar 27, 2017
@serhiy-storchaka serhiy-storchaka merged commit 205e00c into python:master Apr 8, 2017
@serhiy-storchaka serhiy-storchaka deleted the object-reduce-signature branch April 8, 2017 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants