]> granicus.if.org Git - python/commit
Py_UNICODE_HIGH_SURROGATE() and Py_UNICODE_LOW_SURROGATE() macros
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 29 Nov 2011 21:58:13 +0000 (22:58 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 29 Nov 2011 21:58:13 +0000 (22:58 +0100)
commit551ac957331ff7f2a08436198b73f9c0245987e0
tree65cd2b47407e28711ce3fd041a9f0b3a22b7171e
parent7b578b3d8973508863eb8e7b7151e3dd53f2cd79
Py_UNICODE_HIGH_SURROGATE() and Py_UNICODE_LOW_SURROGATE() macros

And use surrogates macros everywhere in unicodeobject.c
Include/unicodeobject.h
Objects/unicodeobject.c