Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
gh-90370: Avoid temporaryvarargs
tuple creation in argument passing#30312
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes from1 commit
Commits
Show all changes
27 commits Select commitHold shift + click to select a range
b68176d
Avoid temporary `varargs` tuple creation in argument passing
colorfulappl43b9410
Optimize argument passing of builtin print() with modified Argument C…
colorfulappl9b37a77
Revert modification of PyAPI_FUNC _PyArg_UnpackKeywordsWithVararg to …
colorfulappl46e4472
📜🤖 Added by blurb_it.
blurb-it[bot]e06f343
Revert _PyArg_UnpackKeywordsWithVararg and add _PyArg_UnpackKeywordsW…
colorfulappld35410b
Fix a bug which allows more than one varargs
colorfulappl0a9fe91
Do not copy posargs and vararg during argument parsing
colorfulappl9188052
Rename _PyArg_UnpackKeywordsWithVarargFast, it returns kwargs only now
colorfulappld245ec0
Check type of varargs when generating argument parser
colorfulappl8d16685
Fix varargssize calculation in class init and add test cases
colorfulapplf4213ea
Merge branch 'main' into opt_ac
colorfulappl156f8d6
Rerun make clinic
colorfulapplc32aed4
Edit documentation
colorfulappl7ef5623
Merge branch 'main' into opt_ac
colorfulappl3ac2821
Fix errors introduced by merging and rerun make clinic
colorfulapplf63a704
Update news
colorfulappl8f61f5e
Fix varargssize in new_or_init
colorfulappl1eff215
Simplify the code a bit
colorfulappl5baf0f5
Optimize generated varargssize assignment
colorfulappl30c0606
Fix argument passing in new_or_init
colorfulappld9e7408
Add tests for class method `__new__`
colorfulappl0f04a95
Merge branch 'main' into opt_ac
colorfulappl85a8ac5
Correct test function name
colorfulappla9d1424
Fix vararg parsing when its name is not `args`
colorfulappld6ff01a
Merge branch 'main' into opt_ac
colorfulappl597152e
Add testcases for undeclared keyword arguments
colorfulappl3119fa6
Merge branch 'main' into opt_ac
erlend-aaslandFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Merge branch 'main' into opt_ac
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit0f04a95acc34762a4f128733b4d2810aa835e39d
There are no files selected for viewing
This merge commit was added into this branch cleanly.
There are no new changes to show, but you can stillview the diff.
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.