On 8/11/23 11:56, [email protected] wrote:
From: Marc-André Lureau <[email protected]>This is an error in Python 3.12; fix it by using a raw string literal. Cc: [email protected] Signed-off-by: Marc-André Lureau <[email protected]> --- scripts/tracetool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
