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

Make pyrsistent._pmap doctests order-insensitive #239

Merged
merged 2 commits into from
Jan 14, 2022

Commits on Jan 14, 2022

  1. Make pyrsistent._pmap doctests order-insensitive

    This keeps them from failing if CPython’s hashing algorithms change,
    fixing tobgu#238.
    musicinmybrain committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    70f3f3c View commit details
    Browse the repository at this point in the history
  2. No longer need to set PYTHONHASHSEED=0

    Now that there are no doctests sensitive to string keying order,
    randomized hashing will not cause doctest failures.
    musicinmybrain committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e09ed69 View commit details
    Browse the repository at this point in the history