Mark regex as raw string to avoid syntax warnings (#3000)
The regex to match the gdb version is not intended to be interpreted as a regular string, it is designed to be used as-is as a regex. This lets python know that minor detail.
Showing
Please register or sign in to comment