-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
Argument Clinic: vararg + kw-only crash #110864
Labels
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Oct 14, 2023
…vararg` with `NULL` in some cases
erlend-aasland
pushed a commit
that referenced
this issue
Oct 16, 2023
JelleZijlstra
pushed a commit
that referenced
this issue
Oct 16, 2023
…nts` cannot be `NULL` (#110922)
@sobolevn Ready to close this issue? |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
… `constraints` cannot be `NULL` (python#110922)
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
… `constraints` cannot be `NULL` (python#110922)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Originally found in #110782 by @mxschmitt and @JelleZijlstra
This is the reproducer:
When called with
name=...
, it crashes:I have a PR ready with the fix.
CC @erlend-aasland as AC maintainer.
Linked PRs
_PyArg_UnpackKeywordsWithVararg
overwritingvararg
withNULL
#110868constraints
cannot beNULL
#110922The text was updated successfully, but these errors were encountered: