-
Notifications
You must be signed in to change notification settings - Fork 604
Start unifying uvloop & winloop together (WINDOWS SUPPORT) #736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Vizonex
wants to merge
28
commits into
MagicStack:master
Choose a base branch
from
Vizonex:windows
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
35b0fab
start unifying uvloop & winloop together
Vizonex 6827264
Accomplishment: Uvloop now compiles on Windows
Vizonex 0bb1a68
cleanup errors.pyx comments
Vizonex 77bc6dc
forgot about setup.py let's add it
Vizonex acd5a8b
siginterrupt is not avalible on windows so make it optional
Vizonex 994560c
try placing __forking variables outside of system OS check
Vizonex d3c2b4a
windows doesn't have childwatchers so disable it
Vizonex 898b310
add gil technqiue for windows to simulate forking
Vizonex 114ae18
add a non-deprecated packaging tool
Vizonex 4037ba8
start introducing windows to the testsuite
Vizonex 7fb3f43
skip fork test in signals if windows
Vizonex 2ed0e62
merge more things from winloop on over to uvloop in test_signals
Vizonex 46bc155
just port all the code over
Vizonex 3d1fc4d
merge more tests
Vizonex 921370b
merge both winloop & uvloop's error handling ways together
Vizonex 250a656
merge more tests
Vizonex a42c101
merge more of winloop into uvloop, add comment about streams returnin…
Vizonex aca987b
force trigger workflow temporarly
Vizonex d8eac6a
Make All versions up to 3.12 work successfully. (#1) (Excluding Windo…
Vizonex 9bd6dd6
temporary fix for working with windows in debug mode
Vizonex 37e54a2
Merge branch 'windows' of https://github.com/Vizonex/uvloop into windows
Vizonex 297be3e
All versions now work excluding debugs for windows in 3.13, 3.14 & 3.14t
Vizonex 3778759
Add __Pyx_MonitoringEventTypes_CyGen_count macro (#3)
Vizonex 2ccaf83
Fix subprocess_shell code (Windows Side) (#4)
Vizonex 0a35c9f
Moved rest of the missing items back to stdlib.pxi (#6)
Vizonex d3c79f2
update with suggestions made
Vizonex 47ba5e1
swap test_write_buffer_full to skip via wrapper and reenable testing …
Vizonex d90e020
fix test_pipes.py format
Vizonex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,7 @@ test = [ | |
| 'mypy>=0.800', | ||
| ] | ||
| dev = [ | ||
| 'packaging', | ||
| 'setuptools>=60', | ||
| 'Cython~=3.0', | ||
| ] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.