mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
bc970005ce
When, inside a coroutine, a C function with to-be-closed slots return, the corresponding metamethods can yield. ('__close' metamethods called through 'lua_closeslot' still cannot yield, as there is no continuation to go when resuming.)