This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ae606bb600d3503e330cdfc0fcde39ecc4ff548d
cpython
/
Modules
/
_sre
History
Serhiy Storchaka
1326d2a808
gh-140979: Fix off-by-one error in the RE code validator (GH-140984)
...
It was too lenient and allowed MARK opcodes with too large value.
2025-11-04 17:49:44 +02:00
..
clinic
gh-131525: Cache the result of tuple_hash (
#131529
)
2025-03-27 09:57:06 -04: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-124130: Fix a bug in matching regular expression \B in empty string (GH-127007)
2025-01-02 12:11:21 +00:00
sre_targets.h
gh-97669: Create Tools/build/ directory (
#97963
)
2022-10-17 12:01:00 +02:00
sre.c
gh-140979: Fix off-by-one error in the RE code validator (GH-140984)
2025-11-04 17:49:44 +02:00
sre.h
gh-67877: Fix memory leaks in terminated RE matching (GH-126840)
2024-11-18 11:53:45 +02:00