Opened 5 years ago
Closed 5 years ago
#24248 closed enhancement (fixed)
Fix isinstance(x, int) calls in element.pyx
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.1 |
Component: | coercion | Keywords: | |
Cc: | Merged in: | ||
Authors: | Jeroen Demeyer | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 9c579c7 (Commits, GitHub, GitLab) | Commit: | 9c579c7ed1cf09f567c0452352b65d524ad66371 |
Dependencies: | #24244 | Stopgaps: |
Description
Change History (8)
comment:1 Changed 5 years ago by
- Branch set to u/jdemeyer/ticket/24248
comment:2 Changed 5 years ago by
- Commit set to 46b6c25e146e51dca04e228b65625eae347c8045
comment:3 Changed 5 years ago by
- Status changed from new to needs_review
comment:4 Changed 5 years ago by
- Status changed from needs_review to needs_work
comment:5 Changed 5 years ago by
- Commit changed from 46b6c25e146e51dca04e228b65625eae347c8045 to 9c579c7ed1cf09f567c0452352b65d524ad66371
comment:6 Changed 5 years ago by
- Status changed from needs_work to needs_review
comment:7 Changed 5 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM modulo #24244.
comment:8 Changed 5 years ago by
- Branch changed from u/jdemeyer/ticket/24248 to 9c579c7ed1cf09f567c0452352b65d524ad66371
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
New functions integer_check_long() and integer_check_long_py()
Fix isinstance(x, int) calls in element.pyx