]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy...
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 24 Aug 2010 21:57:33 +0000 (21:57 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 24 Aug 2010 21:57:33 +0000 (21:57 +0000)
commit8515eaefda6348a72464805ff8d07041d16ab97d
tree90ccc8d24e71d167bf85a7bd2abfaf8dc29f1d8a
parent16925e8539a39bf5599514d1be3f3c601bbc7b00
Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy to convert between the two (as already done when wchar_t is unsigned)
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_localemodule.c
Objects/unicodeobject.c