[PATCH 0/1] xen/scripts: Fix regex syntax warnings with Python 3.12

Ariel Otilibili posted 1 patch 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20241219181352.709315-1-Ariel.Otilibili-Anieli@eurecom.fr
xen/scripts/xen_analysis/cppcheck_analysis.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH 0/1] xen/scripts: Fix regex syntax warnings with Python 3.12
Posted by Ariel Otilibili 1 month, 2 weeks ago
Hello,

This patch clears out this warning:

```
$ xen/scripts/xen-analysis.py
xen/scripts/xen_analysis/cppcheck_analysis.py:94: SyntaxWarning: invalid escape sequence '\*'
  comment_line_starts = re.match('^[ \t]*/\*.*$', line)
```

It is the same fix than commit 826a9eb072 (tools: Fix regex syntax warnings with
Python 3.12).

Thank you,

Ariel Otilibili (1):
  xen/scripts: Fix regex syntax warnings with Python 3.12

 xen/scripts/xen_analysis/cppcheck_analysis.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.47.1