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 dmalcolm
Recipients dmalcolm, pitrou
Date 2010-09-08.20:48:23
SpamBayes Score 5.876632e-05
Marked as misclassified No
Message-id <1283978913.0.0.795019746479.issue9188@psf.upfronthosting.co.za>
In-reply-to
Content
Tested with UCS4 gdb:
(gdb) python import sys; print hex(sys.maxunicode)
0x10ffff

using latest py3k.

Works with both UCS2 and UCS4 builds of py3k
History
Date User Action Args
2010-09-08 20:48:33dmalcolmsetrecipients: + dmalcolm, pitrou
2010-09-08 20:48:33dmalcolmsetmessageid: <1283978913.0.0.795019746479.issue9188@psf.upfronthosting.co.za>
2010-09-08 20:48:23dmalcolmlinkissue9188 messages
2010-09-08 20:48:23dmalcolmcreate