mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
c220b0a5d099372e58e517b9f13eaa7bb0bec45c
An error in a closing method may be caused by a lack of resources, such as memory or stack space, and the error may free enough resources (by unwinding the stack) to allow the method to work if called again. If the closing method is already running after some error (including its own), it is not called again.
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%