Files
cpython/Modules
Serhiy Storchaka e2b3d831fd 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).
2023-10-14 09:13:02 +03:00
..
2023-05-24 13:30:11 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.