Fix optimization that is wrong for abstract classes
We fast-pathed "type has __init__ but not __new__" by saying that the default __new__ would always succeed, but this isn't true for abstract classes.
Showing
test/tests/abc_test.py
0 → 100644
Please register or sign in to comment