8000 bpo-36143: make regen-all now also runs regen-keyword (GH-24245) · python/cpython@6a809fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a809fa

Browse files
authored
bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
1 parent 250035d commit 6a809fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ regen-limited-abi: all
755755
# Regenerate all generated files
756756

757757
regen-all: regen-opcode regen-opcode-targets regen-typeslots \
758-
regen-token regen-ast regen-importlib clinic \
758+
regen-token regen-ast regen-keyword regen-importlib clinic \
759759
regen-pegen-metaparser regen-pegen
760760

761761
############################################################################
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
``make regen-all`` now also runs ``regen-keyword``. Patch by Victor Stinner.

0 commit comments

Comments
 (0)
0