-
- Downloads
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
* Move the code for generating Modules/_sre/sre_constants.h from Lib/re/_constants.py into a separate script Tools/scripts/generate_sre_constants.py. * Add target `regen-sre` in the makefile. * Make target `regen-all` depending on `regen-sre`.
Showing
- Lib/re/_constants.py 0 additions, 43 deletionsLib/re/_constants.py
- Makefile.pre.in 8 additions, 1 deletionMakefile.pre.in
- Misc/NEWS.d/next/Build/2022-04-10-16-33-31.bpo-47152.TLkxKm.rst 1 addition, 0 deletions...EWS.d/next/Build/2022-04-10-16-33-31.bpo-47152.TLkxKm.rst
- Modules/_sre/sre_constants.h 2 additions, 2 deletionsModules/_sre/sre_constants.h
- Tools/scripts/generate_sre_constants.py 62 additions, 0 deletionsTools/scripts/generate_sre_constants.py
Loading
Please register or sign in to comment