lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>>>>> "Roberto" == Roberto Ierusalimschy <roberto@inf.puc-rio.br> writes:

 Roberto> In all versions of Lua there are several cases where a signal
 Roberto> will not interrupt a script (e.g., a loop inside a C function
 Roberto> or a coroutine or a protected call).

That's not really the question. The question is whether it is possible
to make a loop _in pure lua code_ that does not ever call a hook
function. (What happens to an error that that function might generate is
a separate question.)

If that's true, it would be a serious problem, no?

-- 
Andrew.
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org