8000 [3.13] gh-130587: Invoke regen-token rst with rstfile as an argument (GH-132304) by miss-islington · Pull Request #132327 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.13] gh-130587: Invoke regen-token rst with rstfile as an argument (GH-132304) #132327

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-130587: Invoke regen-token rst with rstfile as an argument (GH-132304
)

(cherry picked from commit a26d58c)

Co-authored-by: Karolina Surma <33810531+befeleme@users.noreply.github.com>
  • Loading branch information
befeleme authored and miss-islington committed Apr 9, 2025
commit ecd5041d8d511fb85b7ce6fa51e709bfd3840aeb
3 changes: 2 additions & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,8 @@ regen-token:
# using Tools/build/generate_token.py
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_token.py rst \
$(srcdir)/Grammar/Tokens \
$(srcdir)/Doc/library/token-list.inc
$(srcdir)/Doc/library/token-list.inc \
$(srcdir)/Doc/library/token.rst
# Regenerate Include/internal/pycore_token.h from Grammar/Tokens
# using Tools/build/generate_token.py
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_token.py h \
Expand Down
Loading
0