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
Prevents hanging forever if Python thread is stuck. Uses 30 second
timeout with platform-specific implementation:
- Linux: pthread_timedjoin_np() with deadline
- macOS/other: poll thread_running flag
On timeout, logs warning and detaches thread instead of blocking.
0 commit comments