Hello
lua-5.5.0-beta.tar.gz
sha256:
30897f95fc72565cb6c1792f721ad44e1a42e7ac587f62f7587807b3cbff1645
My bad it's coroutine.lua:184
182 assert(st and msg == 20)
183 st, msg = coroutine.close(co)
184 assert(st and msg == nil)