• Victor Stinner's avatar
    Add _PyDict_CheckConsistency() · 611b0fa9
    Victor Stinner yazdı
    Issue #28127: Add a function to check that a dictionary remains consistent
    after any change.
    
    By default, tables are not checked, only basic attributes. Define DEBUG_PYDICT
    (ex: gcc -D DEBUG_PYDICT) to also check dictionary "content".
    611b0fa9
dict-common.h 2.31 KB