[PING] [contrib] validate_failures.py: fix python 3.12 escape sequence warnings

2024-05-14 Thread Gabi Falk
Hi, This one still needs review: https://inbox.sourceware.org/gcc-patches/20240415233833.104460-1-gabif...@gmx.com/ -- gabi

Re: [PING] [contrib] validate_failures.py: fix python 3.12 escape sequence warnings

2024-06-09 Thread Gabi Falk
Hi, On Sat, Jun 08, 2024 at 03:34:02PM -0600, Jeff Law wrote: > On 5/14/24 8:12 AM, Gabi Falk wrote: > > Hi, > > > > This one still needs review: > > > > https://inbox.sourceware.org/gcc-patches/20240415233833.104460-1-gabif...@gmx.com/ > I think I just ACK

[PATCH] [contrib] validate_failures.py: fix python 3.12 escape sequence warnings

2024-04-15 Thread Gabi Falk
Link: https://github.com/python/cpython/issues/98401 Signed-off-by: Gabi Falk --- contrib/testsuite-management/validate_failures.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management