Re: [sage-support] How to cancel alarm() IN BOTH 5.12 AND 5.13

2014-01-27 Thread William Stein
On Mon, Jan 27, 2014 at 10:13 PM, Georgi Guninski wrote: > Dear sir or madam, > > How to cancel alarm in BOTH sage 5.12 AND 5.13? > > cancel_alarm() works only in 5.13 > alarm(0) works only in 5.12 (and maybe earlier) Maybe try: cancel_alarm() except: alarm(0) ?? > > My client needs p

[sage-support] How to cancel alarm() IN BOTH 5.12 AND 5.13

2014-01-27 Thread Georgi Guninski
Dear sir or madam, How to cancel alarm in BOTH sage 5.12 AND 5.13? cancel_alarm() works only in 5.13 alarm(0) works only in 5.12 (and maybe earlier) My client needs portable code on linux. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "sage-s