SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 2 Python

gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)

Now re.error is raised instead of OverflowError or RuntimeError for
too large width of look-behind pattern.

The limit is increased to 2**32-1 (was 2**31-1).
S
Serhiy Storchaka committed
e2b3d831fd2824d8a5713e3ed2a64aad0fb6b62d
Parent: ca0f3d8
Committed by GitHub <noreply@github.com> on 10/14/2023, 6:13:02 AM