lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I was wondering if this bug https://www.lua.org/bugs.html#5.3.5-4 was
> backported to Lua 5.4 rc1
> lua_upvaluejoin from tha latest tarball doesn't seem to have that check.

The way upvalues are collected changed from reference count in 5.3 to
mark-sweep in 5.4, so that problem does not hapen any more.

-- Roberto
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org