| commit | aa0e531ede89cbbc64d010f1cd253fd95dc7818e | [log] [tgz] |
|---|---|---|
| author | Alexandre Vassalotti <alexandre@peadrop.com> | Sat Dec 27 06:43:58 2008 +0000 |
| committer | Alexandre Vassalotti <alexandre@peadrop.com> | Sat Dec 27 06:43:58 2008 +0000 |
| tree | 52c4f440ba754d438cbb96a0e02008be3bc23355 | |
| parent | 801f9d3888f4e2f44fe5aa7e9e46f8620a60702f [diff] |
Merged revisions 67932 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67932 | alexandre.vassalotti | 2008-12-27 01:36:10 -0500 (Sat, 27 Dec 2008) | 5 lines Remove unnecessary casts related to unicode_decode_call_errorhandler. Make the _PyUnicode_Resize macro a static function. These changes are needed to avoid breaking strict aliasing rules. ........