Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-64490: Fix bugs in argument clinic varargs processing#32092
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
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
6793f38
6203962
03be6f9
cefe5e9
45bde03
bfc5241
0b1523c
411ad37
c6a5171
42f9273
7fdd501
0aa4be4
bbad2bb
f7b6662
4fb66ab
8f11765
de5b2a4
85f98ca
58a3da5
0afce9d
87314ff
a48971d
e6a4e13
8592676
4c682bf
c3d6b73
8b26eb8
3f88c54
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Argument Clinic varargs bugfixes | ||
* Fix out-of-bounds error in :c:func:`!_PyArg_UnpackKeywordsWithVararg`. | ||
* Fix incorrect check which allowed more than one varargs in clinic.py. | ||
* Fix miscalculation of ``noptargs`` in generated code. | ||
* Do not generate ``noptargs`` when there is a vararg argument and no optional argument. | ||
Uh oh!
There was an error while loading.Please reload this page.