• Victor Stinner's avatar
    Fix SystemError in compact dict · 78601a38
    Victor Stinner authored
    Issue #28040: Fix _PyDict_DelItem_KnownHash() and _PyDict_Pop(): convert
    splitted table to combined table to be able to delete the item.
    
    Write an unit test for the issue.
    
    Patch by INADA Naoki.
    78601a38
dictobject.c 124 KB