Python 3.5 is on its way
Python 3.5 is on its way
Posted Jul 21, 2015 2:35 UTC (Tue) by zev (subscriber, #88455)In reply to: Python 3.5 is on its way by zlynx
Parent article: Python 3.5 is on its way
Ah, true...so still (I would say) racy, but in a clumsily-safe way I guess.
That said, alarm(2) is documented as being async-signal-safe, so presumably your SIGALRM handler could re-arm itself just as well, no? (It just wouldn't happen automatically.)