lua-users home
lua-l archive

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


On Tue, Jul 28, 2020 at 6:28 PM Victor Bombi <sonoro@telefonica.net> wrote:
>
> for 5.1 for example https://www.lua.org/manual/5.1/manual.html#2.10
>

I think the 5.4 manual explains the approach a bit better:
https://www.lua.org/manual/5.4/manual.html#2.5.3. I don't know the
details of Python's GC, but it seems like the technique would not be
much trouble to use in a different runtime.