Changes between Initial Version and Version 1 of Ticket #10061
- Timestamp:
- 10/13/10 13:39:19 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10061
- Property Keywords interrupt added
-
Property
Summary
changed from
Fix _sig_on/_sig_off bugs
toFix sig_on/sig_off bugs
-
Property
Milestone
changed from
sage-4.6
tosage-4.6.1
-
Ticket #10061 – Description
initial v1 1 Thanks to #10030, we can check for invalid uses of {{{_sig_on}}}/{{{_sig_off}}}. This ticket will collect those bugs (the bugs do not depend on #9678 or #10030, they were just ''found'' using those tickets). 1 Thanks to #10030, we can check for invalid uses of {{{sig_on()}}}/{{{sig_off()}}}. This ticket will collect those bugs (the bugs do not depend on #9678 or #10030, they were just ''found'' using those tickets). 2 3 Dependency: #10115