commit | 910337b42ebd845f87fc2fadcbf6e3061b5d4c97 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Oct 03 03:20:16 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Oct 03 03:20:16 2011 +0200 |
tree | 7a423b11b85113a71cfd363cd0791a64e3049c9b | |
parent | 4fae54cb0ee1f8b9959025fd3e75795e4c634a0f [diff] |
Add _PyUnicode_CheckConsistency() macro to help debugging * Document Unicode string states * Use _PyUnicode_CheckConsistency() to ensure that objects are always consistent.