https://github.com/python/cpython/commit/8c9d1742de6e3c3232c96660291f109c23a3bc49 commit: 8c9d1742de6e3c3232c96660291f109c23a3bc49 branch: main author: Miro Hrončok <m...@hroncok.cz> committer: brandtbucher <brandtbuc...@gmail.com> date: 2024-08-08T13:34:42-07:00 summary:
GH-118943: Remove regen-jit from the regen-all make target (GH-122602) Co-authored-by: Éric <mer...@netwok.org> files: A Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst M Makefile.pre.in diff --git a/Makefile.pre.in b/Makefile.pre.in index 66b3665e9c29ae..0bb2b5097f7c97 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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" diff --git a/Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst b/Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst new file mode 100644 index 00000000000000..42cda69e01cd4c --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst @@ -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. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com