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
Browse filesBrowse the repository at this point in the historyBrowse files
Saad ur Rehman
committed
refactor(api): give the timeout sentinel its own type
The default marker was a bare object(), so execution_timeout typed as
float | None | object collapsed to object and the value reaching
asyncio.wait_for was never narrowed. Use a private sentinel class and an
isinstance check instead, leaving float | None afterwards.
No behaviour change.
0 commit comments