mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
f9d29b0c44
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.