This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-31 07:05:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sre
History
Victor Stinner
b270b82f11
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
...
Replace "(PyCFunction)(void(*)(void))func" cast with _PyCFunction_CAST(func).
2022-05-03 20:25:41 +02:00
..
clinic
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
sre_constants.h
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
2022-04-26 21:07:25 +03:00
sre_lib.h
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
2022-04-26 21:07:25 +03:00
sre_targets.h
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
2022-04-26 21:07:25 +03:00
sre.c
…
sre.h
bpo-47256: Increasing the depth of backtracking in RE (GH-32411)
2022-04-18 16:50:40 +03:00