Skip to content
Commit ca9594c3 authored by Léo Yvin's avatar Léo Yvin Committed by hydrargyrum
Browse files

[py3] fix Abstract objects __new__ override

Abstractxxx objects way to override __new__ is broken in python3:
any instanciations with arguments after first one trigger a TypeError
(object.__new__() takes exactly one argument).
Linked discussion: https://bugs.python.org/issue25731[p3]
parent ef5885be
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment