[email protected] said: > In Python, there's a minimal generic interrupt handler which calls > Py_AddPendingCall() to schedule a call to a more complete handler. The main > interpreter loop then calls Py_MakePendingCalls() every few iterations or on > return from any system call.
Thanks. I assume "system call" includes library calls as well as kernel calls. So DNS lookups are non-interruptable, just like in c. -- These are my opinions. I hate spam. _______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
