[issue5322] object.__new__ argument calling autodetection faulty

STINNER Victor report at bugs.python.org
Tue Jan 25 12:58:17 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

Python has the same behavior since Python 2.6. While it annoys a few persons, the majority doesn't care. I suggest to close the issue.

It's easy to workaround limitation that object.__new__() which doesn't accept arguments.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue5322>
_______________________________________


More information about the Python-bugs-list mailing list