cpython/Modules/_sre
Nikita Sobolev 344d3a222a
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
TypeError would be overwritten by OverflowError
if 'code' param contained non-ints.
2023-10-10 10:15:12 +00:00
..
clinic gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) 2023-08-31 23:42:34 +02:00
sre.c gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591) 2023-10-10 10:15:12 +00:00
sre.h gh-109631: Allow interruption of short repeated regex matches (GH-109867) 2023-09-26 10:56:33 +03:00
sre_constants.h gh-105687: Remove deprecated objects from re module (#105688) 2023-06-14 12:26:20 +02:00
sre_lib.h gh-109631: Allow interruption of short repeated regex matches (GH-109867) 2023-09-26 10:56:33 +03:00
sre_targets.h gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00