Skip to content

[3.12] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195)#121205

Merged
vstinner merged 1 commit intopython:3.12from
miss-islington:backport-af8c3d7-3.12
Jul 1, 2024
Merged

[3.12] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195)#121205
vstinner merged 1 commit intopython:3.12from
miss-islington:backport-af8c3d7-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 1, 2024

When creating the JUnit XML file, regrtest now escapes characters
which are invalid in XML, such as the chr(27) control character used
in ANSI escape sequences.
(cherry picked from commit af8c3d7)

Co-authored-by: Victor Stinner vstinner@python.org

…H-121195)

When creating the JUnit XML file, regrtest now escapes characters
which are invalid in XML, such as the chr(27) control character used
in ANSI escape sequences.
(cherry picked from commit af8c3d7)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants