Skip to content

[3.7] bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-11641)#11939

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-5105483-3.7
Feb 19, 2019
Merged

[3.7] bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-11641)#11939
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-5105483-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Feb 19, 2019

object.__new__ and object.__init__ do take one argument each,
they just don't take extra user supplied arguments.

Patch by Sanyam Khurana.
(cherry picked from commit 5105483)

Co-authored-by: Sanyam Khurana 8039608+CuriousLearner@users.noreply.github.com

https://bugs.python.org/issue31506

…t__ (pythonGH-11641)

`object.__new__` and `object.__init__` do take one argument each,
they just don't take extra user supplied arguments.

Patch by Sanyam Khurana.
(cherry picked from commit 5105483)

Co-authored-by: Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@CuriousLearner and @ncoghlan: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 64ca728 into python:3.7 Feb 19, 2019
@miss-islington miss-islington deleted the backport-5105483-3.7 branch February 19, 2019 13:47
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