]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Blocked revisions 70452 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 14:52:01 +0000 (14:52 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 14:52:01 +0000 (14:52 +0000)
commitda1568e7b90d8804ae6fb22fbb3bd2e59e337024
tree1a77b2d867f788f1c1f92fbfc6664a4a702737a4
parent62a695c82e20dc66747aabcd10efabc9a0acab37
Blocked revisions 70452 via svnmerge

........
  r70452 | mark.dickinson | 2009-03-18 14:47:41 +0000 (Wed, 18 Mar 2009) | 7 lines

  Issue 4474: On platforms with sizeof(wchar_t) == 4 and
  sizeof(Py_UNICODE) == 2, PyUnicode_FromWideChar now converts
  each character outside the BMP to the appropriate surrogate pair.

  Thanks Victor Stinner for the patch.
........