gh-117995: Don't raise DeprecationWarnings for indexed nameless params#118001
Merged
erlend-aasland merged 4 commits intopython:mainfrom Apr 22, 2024
Merged
Conversation
… params Filter out '?NNN' type placeholders when looking for named params.
Contributor
Author
|
cc. @kalekundert |
Contributor
Author
|
@aisk, would you like to review this? |
aisk
reviewed
Apr 18, 2024
Contributor
Author
|
I'll merge this early next week. Thanks for chiming in, @aisk :) |
aisk
reviewed
Apr 18, 2024
Co-authored-by: AN Long <aisk@users.noreply.github.com>
aisk
approved these changes
Apr 18, 2024
Contributor
Author
|
Thank you so much, @aisk! |
felixxm
approved these changes
Apr 21, 2024
Contributor
felixxm
left a comment
There was a problem hiding this comment.
@erlend-aasland Thanks 👍 Looks good 🚀
Contributor
Author
|
Thanks for the review, Mariusz! |
This comment was marked as outdated.
This comment was marked as outdated.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Apr 22, 2024
… params (pythonGH-118001) Filter out '?NNN' placeholders when looking for named params. (cherry picked from commit 550483b) Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: AN Long <aisk@users.noreply.github.com>
|
GH-118142 is a backport of this pull request to the 3.12 branch. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Filter out
?NNNtype placeholders when looking for named params.?1a named placeholder #117995