diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-09-14 13:02:01 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-09-14 13:02:01 (GMT) |
commit | 611b0fa94ce935235599a4bf666aef88e46f0b3b (patch) | |
tree | fe11eeefc011436f6965e2a1b0283540d57f4275 /Modules/_winapi.c | |
parent | 4659ccff704431e23bd3635c9d6beb33551d62b8 (diff) | |
download | cpython-611b0fa94ce935235599a4bf666aef88e46f0b3b.zip cpython-611b0fa94ce935235599a4bf666aef88e46f0b3b.tar.gz cpython-611b0fa94ce935235599a4bf666aef88e46f0b3b.tar.bz2 |
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".
Diffstat (limited to 'Modules/_winapi.c')
0 files changed, 0 insertions, 0 deletions