-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Adapt sys.audit() to Argument Clinic #126579
Labels
Comments
serhiy-storchaka
added
topic-argument-clinic
3.14
new features, bugs and security fixes
labels
Nov 8, 2024
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Nov 8, 2024
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Nov 8, 2024
erlend-aasland
changed the title
Convert sys.audit() to Argument Clinic
Adapt sys.audit() to Argument Clinic
Nov 8, 2024
I think there are more cases:
|
serhiy-storchaka
added a commit
that referenced
this issue
Nov 8, 2024
In There are other builtins which can be converted (i just wrote the code), but they first need support of multisignatures to utilize the full power of Argument Clinic. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It requoired support of var-positional parameters, which are now supported.
Linked PRs
The text was updated successfully, but these errors were encountered: