[Mlir-commits] [mlir] fix(mlir/**.py): fix invalid escape sequences (PR #94036)

Eisuke Kawashima llvmlistbot at llvm.org
Sun Jun 16 11:34:54 PDT 2024


e-kwsm wrote:

I am not sure what happens for such invalid escape sequences are passed, but python3.12 gives something like

```
SyntaxWarning: invalid escape sequence '\w'
```

https://github.com/llvm/llvm-project/pull/94036


More information about the Mlir-commits mailing list