]> granicus.if.org Git - python/commit
Merged revisions 81907 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 11 Jun 2010 21:46:32 +0000 (21:46 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 11 Jun 2010 21:46:32 +0000 (21:46 +0000)
commitcc0cfd357611c69a99841f21affa73e829416789
treee7c632a1e6fad23b9e40ea05e384a86c428468bd
parent0277555ff236b0b781657516d7cb8851adeae8bb
Merged revisions 81907 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81907 | antoine.pitrou | 2010-06-11 23:42:26 +0200 (ven., 11 juin 2010) | 5 lines

  Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
  the interpreter with characters outside the Basic Multilingual Plane
  (higher than 0x10000).
........
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c