-
-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change sage/combinat/tuple.py to use itertools instead of GAP. ### 📚 Description This fixes #35784. Iterating Tuples delegates to itertools.product Iterating UnorderedTuples delegates to itertools.combinations_with_replacement ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35812 Reported by: deinst Reviewer(s): David Coudert, deinst, Matthias Köppe, Travis Scrimshaw
- Loading branch information
Showing
2 changed files
with
41 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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