Daniel Stutzbach <dan...@stutzbachenterprises.com> added the comment:

Attached is a patch implementing the change agreed upon in the earlier 
discussion.  This will allow wchar_t <-> Py_UNICODE conversions to use memcpy 
on systems where wchar_t and Py_UNICODE have the same size but different signs 
(e.g., Linux).

----------
keywords: +needs review, patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file18569/issue8781.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8781>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to