We were inserting str on Python 3 which resulted in mixed
str/bytes types on the list. This would later blow up when
trying to write str to the .err file opened in bytes mode.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGd9e7ac50b80a: run-tests: use byte strings for inserted output
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- stable
- Lint
No Linters Available - Unit
No Unit Test Coverage