-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
gh-112069: Adapt set/frozenset methods to Argument Clinic #115112
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
erlend-aasland
merged 15 commits into
python:main
from
tomasr8:setobject-argument-clinic
Feb 8, 2024
Merged
Changes from 10 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7deef19
Start converting set methods to AC
tomasr8 8159ef3
Convert all `METH_VARARGS` methods
tomasr8 50a9361
Add news entry
tomasr8 fd39e1e
Add missing @coexist
tomasr8 368cb27
Update news entry
tomasr8 fdce363
Rename default self parameter
tomasr8 7c8c981
Rename default self parameter part 2
tomasr8 4d7c7b9
Rename parameter
tomasr8 0bec7b4
Keep original parameter names
tomasr8 a4980de
Update indentation
tomasr8 de2ee5c
Update news entry
tomasr8 41512ef
Remove extra newlines
tomasr8 d965236
Fix tests
tomasr8 d10abef
Add forgotten docstring
tomasr8 9620fe8
Update clinic
tomasr8 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
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Core and Builtins/2024-02-07-00-18-42.gh-issue-112069.jRDRR5.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 @@ | ||
Convert :class:`set` and :class:`frozenset` methods to Argument Clinic. | ||
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.