[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question about lua gc vs python gc
- From: Robert Burke <sharpobject@...>
- Date: Wed, 29 Jul 2020 16:31:00 +0900
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.