Skip to content

__new__ method of a class should be implicitly static #622

@pfalcon

Description

@pfalcon

Reference: https://docs.python.org/3.4/reference/datamodel.html#object.__new__

cls. __new__() is a static method (special-cased so you need not declare it as such)

As we didn't have __new__ qstr until recently at all, I'm sure this is not handled in the compiler. @dpgeorge, if you would have quick idea how to fix this, please do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions