mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -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`.
Source files for standard library extension modules, and former extension modules that are now builtin modules.