cpython/Modules/_sre
Serhiy Storchaka b305c69d10
gh-106508: Improve debugging of the _sre module (GH-106509)
Now the VERBOSE macro can control tracing on per-pattern basis:

* 0 -- disabled
* 1 -- only if the DEBUG flag set
* 2 -- always
2023-07-08 18:00:39 +03:00
..
clinic gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
sre.c gh-106508: Improve debugging of the _sre module (GH-106509) 2023-07-08 18:00:39 +03:00
sre.h gh-106508: Improve debugging of the _sre module (GH-106509) 2023-07-08 18:00:39 +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-106508: Improve debugging of the _sre module (GH-106509) 2023-07-08 18:00:39 +03:00
sre_targets.h gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00