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

Serhiy Storchaka report at bugs.python.org
Mon Dec 12 05:52:32 EST 2016


Serhiy Storchaka added the comment:

Thank you Jeroen. It looks to me that all problems can be resolved by reordering base classes and making Cython not generating trivial __new__. But that is possible only in new Python version. In maintained versions we should keep the old behavior for backward compatibility even if it contradicts normal rules for method resolution and the behavior of Python classes. We should find other solution for making explicit __new__ assigning working.

----------
nosy: +larry, ned.deily
priority: normal -> release blocker

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


More information about the Python-bugs-list mailing list