|
|
Subscribe / Log in / New account

Python 3.5 is on its way

Python 3.5 is on its way

Posted Jul 21, 2015 0:29 UTC (Tue) by zlynx (guest, #2285)
In reply to: Python 3.5 is on its way by zev
Parent article: Python 3.5 is on its way

But with itimer if you miss the signal another one will be along soon.


to post comments

Python 3.5 is on its way

Posted Jul 21, 2015 2:35 UTC (Tue) by zev (subscriber, #88455) [Link]

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.)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds