-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg
overwriting vararg
with NULL
#110868
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
Conversation
…vararg` with `NULL` in some cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks @sobolevn for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @sobolevn and @erlend-aasland, I could not cleanly backport this to
|
_PyArg_UnpackKeywordsWithVararg
overwritting vararg
with NULL
_PyArg_UnpackKeywordsWithVararg
overwriting vararg
with NULL
@sobolevn @erlend-aasland Does this still need a 3.12 backport? If not, let's close #110864. |
cc. @JelleZijlstra who added the backport label. |
Ideally this should be fixed in 3.12 too, but if that's difficult to do, we can probably forget about it. The surface bug was already fixed in 3.12. |
This fix feels like a hack (basically as any other argument parsing fix) :)
But, it seems to be semantically correct, do its job, pass tests.