]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Apr 2022 07:53:26 +0000 (10:53 +0300)
committerGitHub <noreply@github.com>
Mon, 4 Apr 2022 07:53:26 +0000 (10:53 +0300)
commit1578f06c1c69fbbb942b90bfbacd512784b599fa
tree3eaa8a117b90da84859618d5a16bdb213a2edf59
parent4216dce04b7d3f329beaaafc82a77c4ac6cf4d57
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
13 files changed:
Lib/re/_constants.py
Makefile.pre.in
Modules/Setup.bootstrap.in
Modules/_sre/clinic/sre.c.h [moved from Modules/clinic/_sre.c.h with 100% similarity]
Modules/_sre/sre.c [moved from Modules/_sre.c with 99% similarity]
Modules/_sre/sre.h [moved from Modules/sre.h with 97% similarity]
Modules/_sre/sre_constants.h [moved from Modules/sre_constants.h with 97% similarity]
Modules/_sre/sre_lib.h [moved from Modules/sre_lib.h with 99% similarity]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Tools/c-analyzer/cpython/_parser.py
configure
configure.ac