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
fix(async): make wrapper clear methods await-safe for coroutine-decorated functions
clear_cache/clear_being_calculated on async-decorated wrappers
previously returned None, so await func.clear_cache() raised TypeError.
Return an immediate awaitable for coroutine wrappers while preserving
existing sync usage, and add a regression test covering both sync and
awaited calls.
0 commit comments