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 serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-29.17:15:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480439727.28.0.63661209746.issue28822@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_FindChar-v2.patch LGTM with a minor comment on the review, but I would prefer that Serhiy also reviews it ;-)

Remaining question: what is the behaviour for direction=0, direction=100 or direction=-2? Maybe we can add a few unit tests for strange values of direction? (Not sure if it's worth it.)
History
Date User Action Args
2016-11-29 17:15:27vstinnersetrecipients: + vstinner, serhiy.storchaka, xiang.zhang
2016-11-29 17:15:27vstinnersetmessageid: <1480439727.28.0.63661209746.issue28822@psf.upfronthosting.co.za>
2016-11-29 17:15:27vstinnerlinkissue28822 messages
2016-11-29 17:15:27vstinnercreate