]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_sre: don't use Py_UNICODE anymore
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 01:27:47 +0000 (03:27 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 01:27:47 +0000 (03:27 +0200)
commit0058b8603f65279d5e777b0c85b05565c5e98682
treeaa487ae918578b203240ec49e11c39472ccbb999
parent9d3579b7d68816dc35da47a6a972e57f6c936dea
_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
Modules/_sre.c