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 serhiy.storchaka
Recipients loewis, serhiy.storchaka
Date 2012-09-17.10:14:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347876874.21.0.668678433738.issue15954@psf.upfronthosting.co.za>
In-reply-to
Content
The wcsxfrm() function may fail but there is no error check code.

I don't know what exception type should be used here: OSError with an errno EINVAL or some specialized type. I can't prepare tests, because I don't know under what conditions it would be possible error, and whether we can get it on any system at all without broking some internal unicode object invariants.
History
Date User Action Args
2012-09-17 10:14:34serhiy.storchakasetrecipients: + serhiy.storchaka, loewis
2012-09-17 10:14:34serhiy.storchakasetmessageid: <1347876874.21.0.668678433738.issue15954@psf.upfronthosting.co.za>
2012-09-17 10:14:33serhiy.storchakalinkissue15954 messages
2012-09-17 10:14:33serhiy.storchakacreate