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 akira
Recipients akira, serhiy.storchaka, twouters
Date 2016-07-01.16:59:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467392363.21.0.445435849169.issue27079@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure anything should be done (e.g., it is "undefined behavior" to pass a negative value such as CHAR_MIN (if *char* type is signed) to a character classification function in C. Though EOF value (-1 traditionally) should be handled).

If you want to explore it further; I've enumerated open questions in 2014 (inconsistent TypeError, ord(c) > 0x100, negative ints handling, etc) http://bugs.python.org/issue9770#msg221008
History
Date User Action Args
2016-07-01 16:59:23akirasetrecipients: + akira, twouters, serhiy.storchaka
2016-07-01 16:59:23akirasetmessageid: <1467392363.21.0.445435849169.issue27079@psf.upfronthosting.co.za>
2016-07-01 16:59:23akiralinkissue27079 messages
2016-07-01 16:59:22akiracreate