commit | b153615008570cffb2e5a782d96c2b79db51ea02 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Sep 30 02:26:10 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Sep 30 02:26:10 2011 +0200 |
tree | d6565431a779955c0c6543060951cd6fcca952f7 | |
parent | 1fe99a2ea7c0f54b19153fce352be456b2613b94 [diff] |
PyUnicode_CopyCharacters() uses exceptions instead of assertions Call PyErr_BadInternalCall() if inputs are not unicode strings.