Skip to content
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

cls._from_parts(args, init=False) is broken on 3.10 #6164

Closed
isidentical opened this issue Jun 14, 2021 · 0 comments · Fixed by #6422
Closed

cls._from_parts(args, init=False) is broken on 3.10 #6164

isidentical opened this issue Jun 14, 2021 · 0 comments · Fixed by #6422
Assignees
Labels
maintenance testing Related to the tests and the testing infrastructure

Comments

@isidentical
Copy link
Contributor

Both the init parameter, and the _init method have been removed in the 3.10, see python/cpython/pull/19342.

self = cls._from_parts(args, init=False)

@efiop efiop added testing Related to the tests and the testing infrastructure maintenance labels Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance testing Related to the tests and the testing infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants