mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Guard os.waitpid and os.WNOHANG usage with sys.platform check. These APIs are Unix-only; on Windows they cause AttributeError and prevent proxy startup. - _try_waitpid_watch: return False on Windows, fall back to os.kill polling - _reap_all_zombies: return empty set on Windows (no zombies) Add unit tests for Windows path. Made-with: Cursor |
||
|---|---|---|
| .. | ||
| _experimental/mcp_server | ||
| agent_endpoints | ||
| common_utils | ||
| guardrails | ||
| management_endpoints | ||
| vector_store_endpoints | ||
| test_batch_x_litellm_model_encoding.py | ||
| test_claude_code_marketplace.py | ||
| test_init_litellm_callbacks.py | ||
| test_model_based_routing_files_batches.py | ||
| test_prisma_engine_watchdog.py | ||