mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
6e1aec7a677a9891f2f8ca57e039d9984fdc69bc
New threads were being created with very small C-stack limits. This is not a problem for coroutines, because 'lua_resume' sets a new limit, but not all threads are coroutines.
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%