Skip to content

Use raw string constant in some python files. - #4098

Merged
rocallahan merged 4 commits into
rr-debugger:masterfrom
bernhardu:fxregs_raw_string
Sep 19, 2026
Merged

rocallahan merged 4 commits into
rr-debugger:masterfrom
bernhardu:fxregs_raw_string

Conversation

@bernhardu

@bernhardu bernhardu commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

This is to avoid a warnings like this:

  x86/fxregs.py:21: SyntaxWarning: invalid escape sequence '\)'

I notices those in the github Action e.g. here:
https://github.com/rr-debugger/rr/actions/runs/34958264243/job/104345794545#step:4:10507

Other python files use also a r'...' raw string instead of a plain '...'.

@bernhardu bernhardu changed the title Use raw string constant in fxregs.py. Use raw string constant in some python files. Sep 15, 2026
@rocallahan
rocallahan merged commit 179bbce into rr-debugger:master Sep 19, 2026
5 checks passed
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