#1086900 python-peachpy: Python SyntaxWarning

#1086900#5
Date:
2024-11-07 09:58:29 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/p/python-peachpy.html


  Setting up python3-peachpy (0.0~git20211013.257881e-1.1) ...
  /usr/lib/python3/dist-packages/peachpy/parse.py:41: SyntaxWarning:
invalid escape sequence '\('
    with_regexp = r"with\s+(?:\w+\.)*" + re.escape(constructor_name) +
"\(.*\)\s+as\s+([_a-zA-Z]\w*)\s*:"