[Python-checkins] GH-98831: Add `regen-cases` to `regen-all` (#99107)

gvanrossum webhook-mailer at python.org
Fri Nov 4 18:00:57 EDT 2022


https://github.com/python/cpython/commit/e99380cc39fa14ea4e2c28cb19ec7b61f50cf305
commit: e99380cc39fa14ea4e2c28cb19ec7b61f50cf305
branch: main
author: Brandt Bucher <brandtbucher at microsoft.com>
committer: gvanrossum <gvanrossum at gmail.com>
date: 2022-11-04T15:00:51-07:00
summary:

GH-98831: Add `regen-cases` to `regen-all` (#99107)

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index f4df488623e2..7599e00842ec 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1224,7 +1224,7 @@ regen-limited-abi: all
 ############################################################################
 # Regenerate all generated files
 
-regen-all: regen-opcode regen-opcode-targets regen-typeslots \
+regen-all: regen-cases regen-opcode regen-opcode-targets regen-typeslots \
 	regen-token regen-ast regen-keyword regen-sre regen-frozen clinic \
 	regen-pegen-metaparser regen-pegen regen-test-frozenmain \
 	regen-test-levenshtein regen-global-objects



More information about the Python-checkins mailing list