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 asyncio.CancelledError detection and add test coverage
- Fix module check to use startswith("asyncio") instead of == "asyncio"
to properly match asyncio.exceptions.CancelledError
- Add test case for asyncio.CancelledError to verify it bypasses retry loop
Addresses review feedback from chatgpt-codex-connector bot
0 commit comments