mirror of
https://github.com/lua/lua.git
synced 2026-08-10 07:09:35 +00:00
Undo commit c220b0a5d0: '__close' is not called again in case of
errors. (Upvalue is removed from the list before the call.) The
common error that justified that change was C stack overflows, which
are much rarer with the stackless implementation.