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

ENH: Sort __globals__ dict to make pickle string more deterministic #418

Closed
wants to merge 5 commits into from

Commits on Apr 21, 2021

  1. TST: Refactor subprocess_pickle_echo for string inspection

    Separate out the retrieval of the pickle string from the subprocess with
    the unpickling, so the string can be directly compared.
    
    This patch also adds an add_env parameter to allow subprocesses to be
    passed environment variables. The main use case under consideration is
    setting PYTHONHASHSEED, allowing these functions to be used to confirm
    (in)consistency of strings under different initial conditions.
    effigies committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8d63a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d2bdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca7b0e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1491be9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    b92c296 View commit details
    Browse the repository at this point in the history