-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Open
Labels
buildThe build process and cross-buildThe build process and cross-buildinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-JITtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
While working on reproducible builds for openSUSE, I found that
our Python-3.14.0rc2 package has random variations in one of its files:
--- old//usr/src/debug/Python-3.14.0rc2/jit_stencils-x86_64-suse-linux-gnu.h
+++ new//usr/src/debug/Python-3.14.0rc2/jit_stencils-x86_64-suse-linux-gnu.h
@@ -1,4 +1,4 @@
-// 758e10176251ef35b7d8475a699dd17f8f18825312fcdd02e2e0aaa535e2898b
+// fb9d76f68f8171b81f54501d168e608c09472dc74015ec545a1e862b2bbbbf40
// $ python3.13 ./Tools/jit/build.py x86_64-suse-linux-gnu --output-dir . --pyconfig-dir . --cflags=
void
It would be better to have all build outputs deterministic.
related: https://bugzilla.opensuse.org/show_bug.cgi?id=1244680
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-JITtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error