]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() outside unicodeobject.h
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 17:31:34 +0000 (19:31 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 17:31:34 +0000 (19:31 +0200)
commitbc8b81bc4e28f954aa7139bec946808267790080
treed7486102f83ce37f320a93eb1e40f6de3ac2078c
parenta0702ab1fe6bda8e1cbe1d5fedc3e0ba07e299dd
Move _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() outside unicodeobject.h

Move these macros to unicodeobject.c
Include/unicodeobject.h
Objects/unicodeobject.c