Sorry, something went wrong.
There was a problem hiding this comment.
It doesn't look like we currently have any tests asserting that the inspect.Parameter kinds support ordering. I'm not sure we should document it if it's untested, as that means that it could break in the future without anybody noticing. Would you be interested in adding a test to https://github.com/python/cpython/blob/main/Lib/test/test_inspect.py as part of this PR?
Sorry, something went wrong.
|
@AlexWaygood I was about to, but actually there is ! cpython/Lib/test/test_inspect.py Lines 3725 to 3726 in e3c3f9f |
Sorry, something went wrong.
|
@AlexWaygood I was about to, but actually there is ! cpython/Lib/test/test_inspect.py Lines 3725 to 3726 in e3c3f9f Thanks, not sure how I missed that! |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, LGTM
Sorry, something went wrong.
|
Status check is done, and it's a success ✅. |
Sorry, something went wrong.
|
Thanks @Gouvernathor for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
|
GH-102298 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
GH-102299 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
Automerge-Triggered-By: GH:AlexWaygood