Skip to content

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

Closed
@isidentical

Description

@isidentical

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)

Metadata

Metadata

Assignees

Labels

testingRelated to the tests and the testing infrastructure

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions