commit | f402e922f36a1f5fb5cc8fd87022761c6ee68c20 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Jan 03 09:21:55 2013 +0100 |
committer | Christian Heimes <christian@cheimes.de> | Thu Jan 03 09:21:55 2013 +0100 |
tree | 21184817f28a38565f5ee87c33fcb0d129a52429 | |
parent | 6f84659e5e1dadcf12d1eb54fcd42ab6c42ac420 [diff] |
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in non-pydebug builds. Several extension modules now compile cleanly when assert()s are enabled in standard builds (-DDEBUG flag).