Opened 20 months ago
Closed 20 months ago
#28139 closed defect (fixed)
py3 failure in rings/morphism.pyx
Reported by: | jhpalmieri | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-8.9 |
Component: | python3 | Keywords: | fpsac2019 |
Cc: | Merged in: | ||
Authors: | John Palmieri | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 731a071 (Commits) | Commit: | 731a0715f81b1a55ad0eb035139b61012f1d184b |
Dependencies: | Stopgaps: |
Description
This is due to different behavior in py2/py3 as far as skipping repeated deprecation warnings or not.
Change History (4)
comment:1 Changed 20 months ago by
- Status changed from new to needs_review
comment:2 Changed 20 months ago by
- Branch set to u/jhpalmieri/py3-ring-morphism
comment:3 Changed 20 months ago by
- Commit set to 731a0715f81b1a55ad0eb035139b61012f1d184b
- Keywords fpsac2019 added
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
comment:4 Changed 20 months ago by
- Branch changed from u/jhpalmieri/py3-ring-morphism to 731a0715f81b1a55ad0eb035139b61012f1d184b
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac 28139: Python 3 doctest fix in rings/morphism.pyx