Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-92062:inspect.Parameter checks whethername is a keyword#92065
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.
Conversation
I just can't understand why |
There is some pre-existing trailing whitespace in the file (around lines 1648 and 1686). |
Jelle pointed out that this might occur in C functions, and so to avoid breaking any existing (if strange) code we'll only check params which can be called with named arguments.
Zac-HD commentedApr 30, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Oh, easy to fix now that I know what's happening! Thanks for the quick response 🤩 (Perhaps the |
This seems like it should be uncontroversial enough (famous last words — I'm sure someone is going to show up complaining that they use invalid signature objects as some load-bearing part of their workflow). |
Ark-kun commentedMay 24, 2025
Sorry for making you wait so long. So, for many years we were dynamically generating functions based on interface described in YAML files. With Python 3.9 our tests started to fail. Turns out we had some cases where a parameter with name |
Uh oh!
There was an error while loading.Please reload this page.
Fixes#92062.
Automerge-Triggered-By: GH:pganssle