cpython/Modules/_sre
Eric Snow a9c6e0618f
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Here we are doing no more than adding the value for Py_mod_multiple_interpreters and using it for stdlib modules.  We will start checking for it in gh-104206 (once PyInterpreterState.ceval.own_gil is added in gh-104204).
2023-05-05 21:11:27 +00:00
..
clinic gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
sre.c gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) 2023-05-05 21:11:27 +00:00
sre.h gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
sre_constants.h gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
sre_lib.h gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283) (#93882) 2022-06-17 01:19:44 -07:00
sre_targets.h gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00