Source: emscripten Version: 3.1.66~dfsg-2 User: debian-pyt...@lists.debian.org Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/e/emscripten.html Setting up python3 (3.12.5-1+b1) ... /usr/share/emscripten/test/benchmark/benchmark_sse.py:73: SyntaxWarning: invalid escape sequence '\*' return re.sub('//.*?\n|/\*.*?\*/', '', text, re.S) # noqa