Skip to content

Syntax warnings #4

Description

@sampotter

In more recent versions of Python, these two strings should be raw strings, otherwise Python will emit a Syntax Warning every time gdb is started:

regex = re.compile('\<.*\>')

regex = re.compile('\<.*\>')

Easy fix: just convert '...' to r'...'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions