mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
This commit is contained in:
parent
250035d134
commit
6a809fa01f
2 changed files with 2 additions and 1 deletions
|
@ -755,7 +755,7 @@ regen-limited-abi: all
|
|||
# Regenerate all generated files
|
||||
|
||||
regen-all: regen-opcode regen-opcode-targets regen-typeslots \
|
||||
regen-token regen-ast regen-importlib clinic \
|
||||
regen-token regen-ast regen-keyword regen-importlib clinic \
|
||||
regen-pegen-metaparser regen-pegen
|
||||
|
||||
############################################################################
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
``make regen-all`` now also runs ``regen-keyword``. Patch by Victor Stinner.
|
Loading…
Add table
Add a link
Reference in a new issue