mirror of https://github.com/python/cpython
GH-118943: Remove regen-jit from the regen-all make target (GH-122602)
Co-authored-by: Éric <merwok@netwok.org>
This commit is contained in:
parent
aab18f4d92
commit
8c9d1742de
|
@ -1667,7 +1667,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"
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue