-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-103092: Isolate socket #103094
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
Merged
Merged
gh-103092: Isolate socket #103094
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4a7c6d9
Establish global state
erlend-aasland 220a0aa
Add sock_type to state
erlend-aasland 94ca00c
Add exceptions to state
erlend-aasland fc9cdce
Add accept4_works to state
erlend-aasland 29b4d1c
Add sock_cloexec_works to state
erlend-aasland 93a2b62
Add defaulttimeout to state
erlend-aasland 4164f96
Refactor: replace state query with param in set_herror()
erlend-aasland dc740d1
Refactor: replace state query with param in set_gaierror()
erlend-aasland abf00c3
Refactor: replace state query with param in new_sockobject()
erlend-aasland 9c1c9c6
Refactor: replace state query with param in init_sockobject()
erlend-aasland 82c00c4
Refactor: replace state query with param in gethost_common()
erlend-aasland 72e69e3
Refactor: replace state query with param in sock_get_api()
erlend-aasland 274c412
Refactor: replace state query with param in setipaddr()
erlend-aasland d839af0
Add state pointer to PySocketSockObject
erlend-aasland 13d14da
Use sock pointer from sock type context where applicable
erlend-aasland b4edf64
Multi-phase init
erlend-aasland c51a696
Remove unneeded forward decl
erlend-aasland d8e448f
Add test
erlend-aasland
8000
4332571
fixup dealloc
erlend-aasland 6a00c54
Add NEWS
erlend-aasland e5027c2
Style: remove unneeded parens
erlend-aasland 98d1566
Pull in main
erlend-aasland e5827e7
Sync with main
erlend-aasland 2019a93
Simplify ADD_EXC macro further
erlend-aasland 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
Add sock_cloexec_works to state
- Loading branch information
commit 29b4d1c20a50a79c6680cd6e01a6fcf55580aaa6
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
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.