]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16330: Use surrogate-related macros
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Oct 2012 00:42:39 +0000 (01:42 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Oct 2012 00:42:39 +0000 (01:42 +0100)
commit76df43de30f40b5cc1de9d36a5a083dd8bd8cb27
treebe245b62c632a103851fa69d447e8d89e3ac782f
parenta5e7cd06bb314f338eff3e2ef948ef35bed4487b
Issue #16330: Use surrogate-related macros

Patch written by Serhiy Storchaka.
Include/unicodeobject.h
Modules/_json.c
Modules/cjkcodecs/cjkcodecs.h
Objects/unicodeobject.c
Python/codecs.c
Python/fileutils.c