• Victor Stinner's avatar
    Cleanup type_call() to ease debug · 3997cfdb
    Victor Stinner yazdı
    It was easy to miss the call to type->tp_init because it was done in a long
    conditional expression. Split the long expression in multiple lines to make the
    debug step by step easier.
    3997cfdb
typeobject.c 201 KB