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, loewis, pitrou, python-dev, vstinner
Date 2011-11-21.02:05:09
SpamBayes Score 0.00046717218
Marked as misclassified No
Message-id <1321841110.32.0.025121107234.issue13441@psf.upfronthosting.co.za>
In-reply-to
Content
> Is Python supposed to support characters outside U+0000-U+10FFFF range?

If not, PyUnicode_FromUnicode(), PyUnicode_FromWideChar() and PyUnicode_FromKindAndData() should be patched to raise an error if a bigger character is encountered.
History
Date User Action Args
2011-11-21 02:05:10vstinnersetrecipients: + vstinner, loewis, pitrou, ezio.melotti, python-dev
2011-11-21 02:05:10vstinnersetmessageid: <1321841110.32.0.025121107234.issue13441@psf.upfronthosting.co.za>
2011-11-21 02:05:09vstinnerlinkissue13441 messages
2011-11-21 02:05:09vstinnercreate