This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-07-31 22:25:29 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c1fdf3592cee02f7d2e2f250f2fbd67ddea0a2c
cpython
/
Modules
/
_sre
T
History
Serhiy Storchaka
and
GitHub
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
…
sre_lib.h
…
sre_targets.h
…
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
…