This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ezio.melotti, jcea, mjacob, python-dev, sbt, vstinner
Date 2013-02-26.14:34:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbpNMNZC+1C7zo30eNO5=fKTEDQ52r_+EVn7yH9RTaQMg@mail.gmail.com>
In-reply-to <1361884983.86.0.484792146158.issue17223@psf.upfronthosting.co.za>
Content
On Windows, test_array can use an invalid surrogate pair to test this
issue: b'\xff\xdf\x61\x00' for example.

I don't know how to easily check the size of wchar_t.
ctypes.sizeof(ctypes.c_wchar) can be used, but ctypes is not always
available. sys.unicode is now always 0x10ffff since Python 3.3.
PyUnicode_GetMax() is not accessible in Python.
History
Date User Action Args
2013-02-26 14:34:12vstinnersetrecipients: + vstinner, jcea, ezio.melotti, python-dev, sbt, mjacob
2013-02-26 14:34:12vstinnerlinkissue17223 messages
2013-02-26 14:34:12vstinnercreate