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

fix mmh3.hash64 unicode exception with python2 #10685

Merged
merged 2 commits into from
Nov 19, 2021

Commits on Nov 18, 2021

  1. fix mmh3.hash64 unicode exception with python2 on Windows

    Required for #10637
    
    The test suite improvements in that PR which expand Windows test coverage are what surfaced this bug.
    djova committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a7282d6 View commit details
    Browse the repository at this point in the history
  2. add unicode test case

    djova committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    3d0f82e View commit details
    Browse the repository at this point in the history