| commit | 4595e518178f547966fab079351a77d11566cf33 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jun 11 21:48:02 2010 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jun 11 21:48:02 2010 +0000 |
| tree | 9e127ec23cd12c2ec6b83fe738ef21ff61b3cf81 | |
| parent | 59c9fa106aebd96bc36ae39bfa68059028f235ef [diff] |
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). ........