]> granicus.if.org Git - python/commit
Remove unnecessary casts related to unicode_decode_call_errorhandler.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 27 Dec 2008 06:36:10 +0000 (06:36 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 27 Dec 2008 06:36:10 +0000 (06:36 +0000)
commit034e08ce8daafb61bfc8e3f7c6e3b6194e05dd78
tree13ec0c4150db12f6b1d468d5fd66882dc872499e
parent0fc074758670e56bcc61123a641a345cbe1988e3
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.
Objects/unicodeobject.c