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(build): resolve mypyc signature generation error in portal.py
Refactor Portal.call() and PortalProvider.call() signatures to extract
timeout from kwargs instead of using an explicit keyword-only parameter.
The pattern `*args, timeout=300.0, **kwargs` is valid Python but mypyc's
text signature generation fails on it.
0 commit comments