]> granicus.if.org Git - python/commit
Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 2 Oct 2010 11:25:35 +0000 (11:25 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 2 Oct 2010 11:25:35 +0000 (11:25 +0000)
commit749261e241849834a5cfc70808260a534e50875f
treeafbaa8979a5b74dd2f3236454b661fdcf2b9d4c8
parent5593d8aeb4bcc904ff58e8e3eb8b799a0aabc302
Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t
Lib/ctypes/test/test_strings.py
Lib/test/test_unicode.py
Modules/_ctypes/cfield.c
Modules/_testcapimodule.c