Re: Small question about os.exit and __gc
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Small question about os.exit and __gc
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2014年3月14日 12:42:26 -0300
> hmm, I didn't see that os.exit() had changed so much between 5.1 and
> 5.2 -- I knew about os.exit(boolean) but I didn't know about the 2nd
> parameter to close the state too
It did not change that much; that is why it does not call lua_close
by default (to be compatible with 5.1 and older versions).
(BTW, is your name "Coroutines" or do you have another name?)
-- Roberto