Changes between Version 61 and Version 68 of Ticket #24986
- Timestamp:
- 12/17/18 10:26:13 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24986
-
Property
Dependencies
changed from
#21509, #24111
to#26900
-
Property
Milestone
changed from
sage-8.2
tosage-8.5
- Property Keywords cygwin added
-
Property
Dependencies
changed from
-
Ticket #24986 – Description
v61 v68 1 1 === TODO === 2 2 3 ||☐||Finish the `sig_occurred()` [https://github.com/sagemath/cysignals/pull/79 implementation] in Cysignals and get that fix merged into Sage's Cysignals||4 3 ||☐||Use `sig_occurred()` to check whether an exception from Cysignals is currently being handled while in `Integer.tp_dealloc`. If so, assume that the state of the object's mpz struct may not be consistent, so do not call `mpz_clear` on it and do not place it back in the free pool.|| 5 4 ||☐||Don't forget to re-enable the test that was disabled in #25137 in order to test that this is fixed.||