-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
randomness in jit_stencils.h #138061
Copy link
Copy link
Closed
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
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
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:
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
Linked PRs