]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a compiler warning in PyUnicode_Append()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Oct 2011 21:27:56 +0000 (23:27 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Oct 2011 21:27:56 +0000 (23:27 +0200)
commitb80389535581300295758f3a9b50e9628b77ae3c
tree4e894961b1ebd6e3168a2d9f1e4d88647ae86c52
parent8cfcbed4e3858e84426e606f18f87b5f3b4572fd
Fix a compiler warning in PyUnicode_Append()

Don't check PyUnicode_CopyCharacters() in release mode. Rename also some
variables.
Objects/unicodeobject.c