Skip to content

feat: Windows support#100

Draft
achimnol wants to merge 10 commits intomainfrom
feat/windows-support
Draft

feat: Windows support#100
achimnol wants to merge 10 commits intomainfrom
feat/windows-support

Conversation

@achimnol
Copy link
Copy Markdown
Owner

@achimnol achimnol commented Dec 8, 2025

  • chore: Add uvloop, winloop as optional "fast" dependencies
  • feat: Apply event loop factory pattern
  • chore: Update trove classifier
  • feat: Initial Windows-compatible implementation for fork & server modules

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 8, 2025

Codecov Report

❌ Patch coverage is 60.68966% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.63%. Comparing base (b89242d) to head (8278872).

Files with missing lines Patch % Lines
src/aiotools/loop.py 27.27% 24 Missing ⚠️
src/aiotools/server.py 57.40% 23 Missing ⚠️
src/aiotools/fork.py 79.59% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   79.94%   78.63%   -1.32%     
==========================================
  Files          21       22       +1     
  Lines        1456     1582     +126     
==========================================
+ Hits         1164     1244      +80     
- Misses        292      338      +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

achimnol and others added 4 commits December 8, 2025 11:30
On Windows, Python's multiprocessing uses TerminateProcess() with
SIGTERM (15) as the exit code. This can be returned as 15 or -15
depending on how the process terminates.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant