-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-35381 Remove all static state from posixmodule #15892
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
miss-islington
merged 45 commits into
python:master
from
eduardo-elizondo:posixmodule-fromspec
Nov 5, 2019
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
e09cf81
Make Posixmodule use PyType_FromSpec
eduardo-elizondo 40f0ff4
Added NEWS
eduardo-elizondo 5be18a1
Updated hash
eduardo-elizondo 9479848
Addressed PR Issues
eduardo-elizondo d31df5f
Rebased
eduardo-elizondo c84689c
Ran argument clinic
eduardo-elizondo 796a8d7
Added NEWS
eduardo-elizondo b7cae5b
Remove INCREF from GenericAlloc
eduardo-elizondo 5fa6e46
Make Posixmodule use PyType_FromSpec
eduardo-elizondo df178b4
Added NEWS
eduardo-elizondo e59208f
Updated hash
eduardo-elizondo def6467
Addressed PR Issues
eduardo-elizondo bb2ead8
Ran argument clinic
eduardo-elizondo 427c772
Added NEWS
eduardo-elizondo 7b9b85f
Merged to master
eduardo-elizondo 9e8fb83
Merge branch 'master' into posixmodule-fromspec
eduardo-elizondo 99d5c26
Cleaned up slot acces
eduardo-elizondo ca19f51
Cleaned up more slot accesses
eduardo-elizondo 8af0c4e
Nits
eduardo-elizondo cee2cd9
Fixes
eduardo-elizondo a8d2f56
Run clinic
eduardo-elizondo 5e4d2ab
Run clinic
eduardo-elizondo c42ec45
Improve error handling
encukou d27a547
Remove static from posixmodule.c
eduardo-elizondo 6af98a9
Merge branch 'posixmodule-fromspec' of https://github.com/eduardo-eli…
eduardo-elizondo a723d1c
Address Comments
eduardo-elizondo e91096a
Address Comments
eduardo-elizondo 3cf259e
Fix Windows build
eduardo-elizondo 925a41e
Use interned strings for constants in module state
encukou ad7359b
Use descriptor directly, rather than look it up by name
encukou 5de545d
Bring _Py_IDENTIFIER(__fspath__) back
encukou 3ada298
Use the tp_free slot directly
encukou 4c80b06
Remove duplicate function
encukou 6e505ac
Use tp_new directly
encukou b9a49aa
Don't call PyState_AddModule
encukou c1a6d03
Add __new__ changes
eduardo-elizondo bbe887f
Merge branch 'master' into posixmodule-fromspec
eduardo-elizondo 4a6d4ec
Regenerate clinic
eduardo-elizondo 138ffb6
Nits
eduardo-elizondo 78fbed3
Merge to master
eduardo-elizondo 1b57f3a
Revert tp_new changes
eduardo-elizondo e7e9634
Rerun argument clinit
eduardo-elizondo 3bf99bf
More fixes
eduardo-elizondo afb249c
Re-add newlines and fix docstring for os.sched_param.__new__
encukou 187b5d4
Code style nitpicks
encukou 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
Fixes
- Loading branch information
commit cee2cd99dc053aeeb26d03912d637f73a1df9a9d
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.