Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bytecompile: process .py files in deterministic order #12788

Closed
wants to merge 1 commit into from

Commits on Jan 28, 2024

  1. bytecompile: process .py files in deterministic order

    Without this patch, Setzer produced random variations.
    
    It probably matters because of the way python does things
    dumping internal structures into .pyc files.
    
    This patch was done while working on reproducible builds for openSUSE.
    bmwiedemann committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    8595cc9 View commit details
    Browse the repository at this point in the history