• Victor Stinner's avatar
    Implement compact dict · 742da040
    Victor Stinner yazdı
    Issue #27350: `dict` implementation is changed like PyPy. It is more compact
    and preserves insertion order.
    
    _PyDict_Dummy() function has been removed.
    
    Disable test_gdb: python-gdb.py is not updated yet to the new structure of
    compact dictionaries (issue #28023).
    
    Patch written by INADA Naoki.
    742da040
test_descr.py 179 KB