[issue5322] Python 2.6 object.__new__ argument calling autodetection faulty

Jeroen Demeyer report at bugs.python.org
Mon Dec 12 08:53:09 EST 2016


Jeroen Demeyer added the comment:

Wouldn't it be possible to fix assignment of __new__ without breaking backwards compatibility (and then apply the same patch for all Python versions)? I have a feeling that breaking the auto-detection of tp_new is a new bug introduced by this patch and not a fundamental feature needed to fix assignment of __new__.

----------

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


More information about the Python-bugs-list mailing list