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 Tim.Graham, abarry, brett.cannon, eric.smith, martin.panter, ncoghlan, ned.deily, r.david.murray, rhettinger, serhiy.storchaka, yan12125, yselivanov
Date 2016-09-16.17:46:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474048013.5.0.0333589173136.issue28128@psf.upfronthosting.co.za>
In-reply-to
Content
The basic concept LGTM.

first_invalid_escape_char is redundant, it is just s[first_invalid_escape_idx]. Or maybe better to return a pointer instead of an index.

bytes literals need similar solution.
History
Date User Action Args
2016-09-16 17:46:53serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, ncoghlan, eric.smith, ned.deily, r.david.murray, martin.panter, yselivanov, Tim.Graham, yan12125, abarry
2016-09-16 17:46:53serhiy.storchakasetmessageid: <1474048013.5.0.0333589173136.issue28128@psf.upfronthosting.co.za>
2016-09-16 17:46:53serhiy.storchakalinkissue28128 messages
2016-09-16 17:46:53serhiy.storchakacreate