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 izbyshev
Recipients izbyshev, miss-islington, serhiy.storchaka, vstinner
Date 2018-11-09.13:58:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541771883.51.0.788709270274.issue35194@psf.upfronthosting.co.za>
In-reply-to
Content
> Maybe test "Py_CHARMASK(c) == (c)"?

This is a good alternative if multiple evaluation of 'c' is acceptable. Though I'd prefer '(unsigned char)c == c' for this style of fixing because it is bit closer to what happens in '((*outbuf)[i]) = c'.
History
Date User Action Args
2018-11-09 13:58:03izbyshevsetrecipients: + izbyshev, vstinner, serhiy.storchaka, miss-islington
2018-11-09 13:58:03izbyshevsetmessageid: <1541771883.51.0.788709270274.issue35194@psf.upfronthosting.co.za>
2018-11-09 13:58:03izbyshevlinkissue35194 messages
2018-11-09 13:58:03izbyshevcreate