Skip to content
Snippets Groups Projects
Commit 81f3f350 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Remove implicit tostring() from digest module

Raise an error for non-string arguments instead of trying to
handle digest.crc32(12345LL) as digest.crc32('12345LL')

This is a breaking change.

Fixes #1561
parent e5f67b90
No related branches found
No related tags found
No related merge requests found
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