You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sagemathgh-39757: Ensure _charpoly_df is interruptible
As in the title.
Note that `sig_check()` is only called every `O(t)` ring operations, but
each of them should be `O(1)`, otherwise the implementation of the ring
operation itself ought to check it… I think.
Or do you think it's better to check every iteration instead?
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation and checked the documentation
preview.
### ⌛ Dependencies
<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->
URL: sagemath#39757
Reported by: user202729
Reviewer(s): Travis Scrimshaw
0 commit comments