-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
Description
Describe the bug
It seems that we assume that hashing is perfect in some places. Specifically, here, we generate a sequence of 32 letters+numbers using md5
and directly use that as the disk/memory cache key:
Line 477 in f473388
key = _as_hexdigest(*k), func.__qualname__ |