https://bugs.kde.org/show_bug.cgi?id=476708

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Mark Wielaard <m...@klomp.org> ---
commit 0fbfbe05028ad18efda786a256a2738d2c231ed4
Author: Mark Wielaard <m...@klomp.org>
Date:   Fri Nov 17 13:31:52 2023 +0100

    valgrind-monitor.py regular expressions should use raw strings

    With python 3.12 gdb will produce the following SyntaxWarning when
    loading valgrind-monitor-def.py:

      /usr/share/gdb/auto-load/valgrind-monitor-def.py:214:
      SyntaxWarning: invalid escape sequence '\['
        if re.fullmatch("^0x[0123456789ABCDEFabcdef]+\[[^\[\]]+\]$", arg_str):

    In a future python version this will become an SyntaxError.

    Use a raw strings for the regular expression.

    https://bugs.kde.org/show_bug.cgi?id=476708

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to