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
Extract Windows fallback process creation to separate function
Refactor create_windows_process to improve readability by extracting
the fallback logic into _create_windows_fallback_process. This:
- Reduces nesting and complexity in the main function
- Makes the primary vs fallback paths clearer
- Improves testability of the fallback logic
- Better separates concerns between anyio and subprocess approaches
No functional changes, just code organization.
0 commit comments