-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
06fdd71
Add `strict` argument
nineteendo a7966f8
📜🤖 Added by blurb_it.
blurb-it[bot] 89e25d9
Add tests
nineteendo a48ebcf
Update commented out code
nineteendo e4ee2fb
Update docs
nineteendo bdd0fcb
Fix `__reduce__()`
nineteendo 91a8450
Revert `map_vectorcall()`
nineteendo 2c7d524
Reduce diff
nineteendo 5ad7eb2
Never set
nineteendo 6d8584b
Reduce diff 2
nineteendo e436a2b
Fixed undefined variable
nineteendo f9a2a49
Apply suggestions from code review
nineteendo 800ac10
Merge branch 'main' into strict-map
nineteendo 301da5d
Update 2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst
nineteendo fb1c379
Update whatsnew
nineteendo 255e3a2
Fix pr number
nineteendo d1c1769
Fix signature
nineteendo 6d20976
Add comment
nineteendo c338c8f
Add comment 2
nineteendo 99d9c75
Fix typo
nineteendo 63522b3
Update Doc/library/functions.rst
nineteendo fcb438f
Match news entry of `zip()`
nineteendo 6e97e31
Fix trailing whitespace
nineteendo 54231e0
Update 2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst
nineteendo b5e8ac4
Update 2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst
nineteendo 53f3f58
Remove pep reference
nineteendo a2fe008
Merge branch 'main' into strict-map
nineteendo 9a2c0fd
Make tests more maintainable
nineteendo f75e511
Update Python/bltinmodule.c
nineteendo 92134e7
Update Python/bltinmodule.c
nineteendo e74c3ff
Use correct variable
nineteendo bf7f350
Update Python/bltinmodule.c
nineteendo 9cc41f2
Rename 2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst to 2024-06-13-1…
nineteendo f686101
Fix shadowed variable
nineteendo e524e17
Apply suggestions from code review
nineteendo 91bdf2f
Rename 2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst to 2024-06-13-1…
nineteendo 39c34f1
Use same message for news.d
nineteendo ea65b2c
Update Doc/whatsnew/3.14.rst
nineteendo 45c2d0d
Apply suggestions from code review
nineteendo ad6c2a5
Sync with what's new
nineteendo 9ebc398
Accept truthy value in setstate
nineteendo d829a17
Fix removed line
nineteendo d1d858f
Use stdbool
nineteendo f23caa5
Revert "Use stdbool"
nineteendo 7e32e2c
Apply suggestions from code review
nineteendo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update whatsnew
- Loading branch information
commit fb1c37910a7e767cfaea6f6a651256c6df1687af
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.