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.
Reference: https://docs.python.org/3.4/reference/datamodel.html#object.__new__
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.