- Package:
- src:python-peachpy
- Source:
- src:python-peachpy
- Submitter:
- Graham Inggs
- Date:
- 2024-11-07 10:00:03 UTC
- Severity:
- normal
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*:"