Skip to content

use raw string literal for regex#675

Merged
zanieb merged 1 commit into
astral-sh:mainfrom
dtrodrigues:fixme
Jun 29, 2025
Merged

use raw string literal for regex#675
zanieb merged 1 commit into
astral-sh:mainfrom
dtrodrigues:fixme

Conversation

@dtrodrigues

Copy link
Copy Markdown
Contributor

Uses a raw string literal for the regex to avoid

python-build-standalone/pythonbuild/cpython.py:675: SyntaxWarning: invalid escape sequence '\{'
  RE_INITTAB_ENTRY = re.compile('\{"([^"]+)", ([^\}]+)\},')

@zanieb zanieb merged commit b233563 into astral-sh:main Jun 29, 2025
441 of 442 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants