'unicode_escape' assumes latin-1 as input.
Requirement to resolve SWH-SEARCH-12
Differential D6216 Authored by vlorentz on Sep 8 2021, 5:09 PM.
Details
Summary 'unicode_escape' assumes latin-1 as input. Requirement to resolve SWH-SEARCH-12
Diff Detail
Event TimelineHerald added a reviewer: Reviewers. · View Herald TranscriptSep 8 2021, 5:09 PM2021-09-08 17:09:03 (UTC+2) vlorentz edited the summary of this revision. (Show Details)Sep 8 2021, 5:12 PM2021-09-08 17:12:19 (UTC+2) Comment Actions Build is green Patch application report for D6216 (id=22495)Rebasing onto 7479282c70... Current branch diff-target is up to date. Changes applied before testcommit 7f1f1be3f253e9ed59807491eb1043616a0bf4e3 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Sep 8 17:08:46 2021 +0200 utils: Fix unescape() on non-ASCII strings. 'unicode_escape' assumes latin-1 as input. See https://jenkins.softwareheritage.org/job/DSEA/job/tests-on-diff/291/ for more details. Harbormaster completed remote builds in B23445: Diff 22495.Sep 8 2021, 5:13 PM2021-09-08 17:13:00 (UTC+2) This revision is now accepted and ready to land.Sep 9 2021, 11:31 AM2021-09-09 11:31:16 (UTC+2) Closed by commit rDSEA7f1f1be3f253: utils: Fix unescape() on non-ASCII strings. (authored by vlorentz). · Explain WhySep 9 2021, 11:50 AM2021-09-09 11:50:40 (UTC+2) This revision was automatically updated to reflect the committed changes.
Diff 22517 swh/search/utils.py
|