Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
colorfulappl wants to merge27 commits intopython:mainfromcolorfulappl:opt_ac
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
colorfulapplDec 31, 2021
43b9410
Optimize argument passing of builtin print() with modified Argument C…
colorfulapplDec 31, 2021
9b37a77
Revert modification of PyAPI_FUNC _PyArg_UnpackKeywordsWithVararg to …
colorfulapplJan 4, 2022
46e4472
📜🤖 Added by blurb_it.
blurb-it[bot]Jan 4, 2022
e06f343
Revert _PyArg_UnpackKeywordsWithVararg and add _PyArg_UnpackKeywordsW…
colorfulapplJan 4, 2022
d35410b
Fix a bug which allows more than one varargs
colorfulapplFeb 22, 2022
0a9fe91
Do not copy posargs and vararg during argument parsing
colorfulapplMar 22, 2022
9188052
Rename _PyArg_UnpackKeywordsWithVarargFast, it returns kwargs only now
colorfulapplMar 23, 2022
d245ec0
Check type of varargs when generating argument parser
colorfulapplMar 23, 2022
8d16685
Fix varargssize calculation in class init and add test cases
colorfulapplMar 23, 2022
f4213ea
Merge branch 'main' into opt_ac
colorfulapplMar 23, 2022
156f8d6
Rerun make clinic
colorfulapplMar 23, 2022
c32aed4
Edit documentation
colorfulapplMar 23, 2022
7ef5623
Merge branch 'main' into opt_ac
colorfulapplFeb 3, 2023
3ac2821
Fix errors introduced by merging and rerun make clinic
colorfulapplFeb 3, 2023
f63a704
Update news
colorfulapplFeb 3, 2023
8f61f5e
Fix varargssize in new_or_init
colorfulapplFeb 6, 2023
1eff215
Simplify the code a bit
colorfulapplFeb 6, 2023
5baf0f5
Optimize generated varargssize assignment
colorfulapplFeb 6, 2023
30c0606
Fix argument passing in new_or_init
colorfulapplFeb 7, 2023
d9e7408
Add tests for class method `__new__`
colorfulapplFeb 7, 2023
0f04a95
Merge branch 'main' into opt_ac
colorfulapplFeb 7, 2023
85a8ac5
Correct test function name
colorfulapplFeb 8, 2023
a9d1424
Fix vararg parsing when its name is not `args`
colorfulapplFeb 8, 2023
d6ff01a
Merge branch 'main' into opt_ac
colorfulapplFeb 8, 2023
597152e
Add testcases for undeclared keyword arguments
colorfulapplFeb 8, 2023
3119fa6
Merge branch 'main' into opt_ac
erlend-aaslandApr 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Merge branch 'main' into opt_ac
  • Loading branch information
@colorfulappl
colorfulappl committedFeb 7, 2023
commit0f04a95acc34762a4f128733b4d2810aa835e39d

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can stillview the diff.


[8]ページ先頭

©2009-2025 Movatter.jp