-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-29883: Add UDP support to Windows Proactor Event Loop #1067
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
Closed
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e9084a1
bpo-29883: Add UDP to Windows Proactor Event Loop
ameily 1c72ea5
fix AppVeyor issues
ameily 668d6d7
fixed UDP proactor tests
ameily 05a704c
add missing cast to PyCFunction
ameily 685ed0f
implement extra data for proactor UDP transport
ameily 038739e
enable UDP proactor unit tests on Windows
ameily ae14118
fix bad rebase of datagram proactor tests
ameily 93ce3f8
add news item for bpo29883
ameily 781e2ef
fix bad rebase with missing finish_recv() in recv_into()
ameily 8761fcd
change WSAConnect to a module method
ameily 5e3d4d3
PEP 7 fixes and address PR feedback
ameily d25833d
fix build error
ameily 16d2ce7
simplify calls to super()
ameily da40f28
address PR feedback
ameily 2962f5c
Update asyncio-eventloop.rst
asvetlov ce73a32
address feedback from PR
ameily 4211be9
fix bad rebase
ameily 504ae83
address PR feedback
ameily 58e9f8d
fix memory leak
ameily 0c935b0
fix memory leak when receiving on UDP endpoint
ameily 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
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
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Windows/2018-09-15-11-36-55.bpo-29883.HErerE.rst
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Add Windows support for UDP transports for the Proactor Event Loop. Patch by | ||
Adam Meily. |
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.