Opened 3 years ago
Closed 3 years ago
#27439 closed enhancement (fixed)
Py3: Fix bounded_integer_sequences.pyx for python3.
Reported by: | vklein | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | sage-8.7 |
Component: | python3 | Keywords: | |
Cc: | chapoton | Merged in: | |
Authors: | Vincent Klein | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 593cb51 (Commits, GitHub, GitLab) | Commit: | 593cb51377ed1d1ed52606a9276ace63ca76ef3c |
Dependencies: | Stopgaps: |
Description
sage -t --long src/sage/data_structures/bounded_integer_sequences.pyx # 4 doctests failed
Change History (4)
comment:1 Changed 3 years ago by
- Branch set to u/vklein/27439
comment:2 Changed 3 years ago by
- Commit set to 593cb51377ed1d1ed52606a9276ace63ca76ef3c
- Status changed from new to needs_review
comment:3 Changed 3 years ago by
- Cc chapoton added
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM.
comment:4 Changed 3 years ago by
- Branch changed from u/vklein/27439 to 593cb51377ed1d1ed52606a9276ace63ca76ef3c
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Trac #27439: Fix bounded_integer_sequences.pyx...