Changes between Version 1 and Version 2 of Ticket #18514, comment 6
- Timestamp:
- 05/28/15 10:49:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18514, comment 6
v1 v2 2 2 > OK. What does that mean for the code? Do I need to import anything if I am using `sig_on/off`, or would this just work automatically with the new Cython version? 3 3 4 You just include `sage/ext/interrupt.pxi`, that doesn't change (*).4 You just include `sage/ext/interrupt.pxi`, that doesn't change. 5 5 6 6 The main difference is that you no longer need to add `csage` as library. Currently, it doesn't hurt if you add the library anyway, but in the future, `csage` might not exist anymore.