Opened 4 years ago
Closed 4 years ago
#26261 closed enhancement (fixed)
py3: hash for MPolynomial_polydict
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.4 |
Component: | python3 | Keywords: | |
Cc: | tscrim | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 1fe1188 (Commits, GitHub, GitLab) | Commit: | 1fe1188458b338516c777d9b3b2a82225d827cba |
Dependencies: | Stopgaps: |
Description
part of #24551
Change History (5)
comment:1 Changed 4 years ago by
- Branch set to u/chapoton/26261
- Commit set to 1fe1188458b338516c777d9b3b2a82225d827cba
- Status changed from new to needs_review
comment:2 Changed 4 years ago by
- Cc tscrim added
green bot, please review (we are getting closer to the end of #24551 !)
comment:3 Changed 4 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM.
comment:4 Changed 4 years ago by
Thank you--turns out I had a different hash for this class in my python3 branch, but my version was wrong. This appears to work better for some cases that were otherwise failing!
comment:5 Changed 4 years ago by
- Branch changed from u/chapoton/26261 to 1fe1188458b338516c777d9b3b2a82225d827cba
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
py3: hash for MPolynomial_polydict