mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -04:00
474fdbe9e4
* 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`.