commit | 0058b8603f65279d5e777b0c85b05565c5e98682 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Sep 29 03:27:47 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Sep 29 03:27:47 2011 +0200 |
tree | aa487ae918578b203240ec49e11c39472ccbb999 | |
parent | 9d3579b7d68816dc35da47a6a972e57f6c936dea [diff] |
_sre: don't use Py_UNICODE anymore * Downcasting from Py_UCS4 to Py_UNICODE is wrong is Py_UNICODE is 16-bit wchar_t * Remove old special case in getstring(), unicode is now handled separetely