mirror of
https://github.com/lua/lua.git
synced 2026-09-25 11:36:01 +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.