-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-119793: Add optional length-checking to map()
#120471
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
Merged
Merged
Conversation
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
nineteendo
commented
Jun 13, 2024
nineteendo
commented
Jun 13, 2024
eendebakpt
reviewed
Jun 13, 2024
picnixz
reviewed
Jun 14, 2024
Co-authored-by: Bénédikt Tran <[email protected]>
nineteendo
commented
Jun 14, 2024
@rhettinger, thoughts? You requested this. Or do you want someone else to review it? |
nineteendo
commented
Jun 19, 2024
Thanks Petr, do you know someone besides Brandt and Reymond that might want to review this? I think it would be best to have more than 1 approval. |
It would, but if no one finds the time, I plan to merge it next week. |
eendebakpt
reviewed
Oct 31, 2024
Co-authored-by: Pieter Eendebak <[email protected]>
…9-12-49.gh-issue-119793.FDVCDk.rst
Misc/NEWS.d/next/Core_and_Builtins /2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Erlend E. Aasland <[email protected]>
…9-12-49.gh-issue-119793.FDVCDk.rst
Co-authored-by: Erlend E. Aasland <[email protected]>
Erlend, your remaining suggestions also apply to |
picnixz
reviewed
Oct 31, 2024
Misc/NEWS.d/next/Core_and_Builtins/2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Core_and_Builtins/2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Bénédikt Tran <[email protected]>
This reverts commit d1d858f.
rhettinger
approved these changes
Oct 31, 2024
Co-authored-by: Erlend E. Aasland <[email protected]>
erlend-aasland
approved these changes
Nov 1, 2024
map()
map()
picnixz
added a commit
to picnixz/cpython
that referenced
this pull request
Dec 8, 2024
…0471) Co-authored-by: Bénédikt Tran <[email protected]> Co-authored-by: Pieter Eendebak <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Raymond Hettinger <[email protected]>
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this pull request
Jan 12, 2025
…0471) Co-authored-by: Bénédikt Tran <[email protected]> Co-authored-by: Pieter Eendebak <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Raymond Hettinger <[email protected]>
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.
📚 Documentation preview 📚:
library/functions.html#map