| commit | 474fdbe9e4a2ff90ef39e8748da644c86a200981 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Tue Apr 12 18:34:06 2022 +0300 |
| committer | GitHub <noreply@github.com> | Tue Apr 12 18:34:06 2022 +0300 |
| tree | d15c64e70f6038121cf698b8b80b4436a0964e6d | |
| parent | 943ca5e1d6b72830c530a72426cff094f155d010 [diff] |
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`.