You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated issue, originally created by Krishna Vudata (kvudata)
Specifically this is when using the default function_multi_key_generator.
At this line in region.py in the cache_multi_on_arguments decorator we zip up the args together with the generated keys but the default function_multi_key_generator will drop the first arg and return n-1 when the first arg is cls.
The text was updated successfully, but these errors were encountered:
Migrated issue, originally created by Krishna Vudata (kvudata)
Specifically this is when using the default function_multi_key_generator.
At this line in region.py in the cache_multi_on_arguments decorator we zip up the args together with the generated keys but the default
function_multi_key_generator
will drop the first arg and return n-1 when the first arg iscls
.The text was updated successfully, but these errors were encountered: