Skip to content
Snippets Groups Projects
Commit 31a6a101 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Handle a change in the implementation of hashlib in Python 3.9

Previously, hashlib.shake_256 was a class (if present); now it can
also be a function.  This change invalidated our old
compatibility/workaround code, and made one of our tests fail.

Fixes bug 40179; bugfix on 0.3.1.6-rc when the workaround code was
added.
parent dd63b972
No related branches found
No related tags found
1 merge request!195Handle a change in the implementation of hashlib in Python 3.9
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment