Skip to content

Commit

Permalink
pythonGH-118943: Remove regen-jit from the regen-all make target (pyt…
Browse files Browse the repository at this point in the history
…honGH-122602)

(cherry picked from commit 8c9d174)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Co-authored-by: Éric <merwok@netwok.org>
  • Loading branch information
2 people authored and miss-islington committed Aug 8, 2024
1 parent 84c8cd0 commit 0d5ed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ regen-unicodedata:
regen-all: regen-cases regen-typeslots \
regen-token regen-ast regen-keyword regen-sre regen-frozen \
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
regen-test-levenshtein regen-global-objects regen-jit
regen-test-levenshtein regen-global-objects
@echo
@echo "Note: make regen-stdlib-module-names, make regen-limited-abi, "
@echo "make regen-configure, make regen-sbom, and make regen-unicodedata should be run manually"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix an issue where the experimental JIT could be built several times by the ``make regen-all`` target, leading to possible race conditions on heavily parallelized builds.

0 comments on commit 0d5ed2e

Please sign in to comment.