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
gh-39050: Fix exactify caching when interrupted
Fix a certain `AttributeError` — if you run the newly added test under
previous version of SageMath then it will give an `AttributeError` in
the last line instead.
(ideally you'd want some polynomial where `exactify()` takes exactly 1
second, use `alarm(0.5)` in first case and no `alarm()` in the second
case to get the correct result — but finding such a polynomial is not
easy, and timing result varies over machines/versions anyway)
### 📝 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.
- [x] I have linked a relevant issue or discussion. (not aware of one)
- [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,
-->
<!-- - #12345: short description why this is a dependency -->
<!-- - #34567: ... -->
URL: #39050
Reported by: user202729
Reviewer(s): Travis Scrimshaw
0 commit comments