SIGN IN SIGN UP

Add _PyDict_CheckConsistency()

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".
V
Victor Stinner committed
611b0fa94ce935235599a4bf666aef88e46f0b3b
Parent: 4659ccf