mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +00:00
New function 'resetCI' resets the CallInfo list of a thread, ensuring a proper state when creating a new thread, closing a thread, or closing a state, so that we can run code after that. (When closing a thread, we need to run its __close metamethods; when closing a state, we need to run its __close metamethods and its finalizers.)
11 KiB
11 KiB