[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.5 (rc2) now available
- From: Marc Balmer <marc@...>
- Date: Sun, 30 Apr 2023 23:59:07 +0200
None of mine does. But that does not mean that breaking an ABI is good, especially if the documentation apparently says the ABI will keep stable for patch releases.
> Am 30.04.2023 um 23:53 schrieb Roberto Ierusalimschy <roberto@inf.puc-rio.br>:
>
>
>>
>> Roberto> Just to understand correctly: the program would "almost
>> Roberto> certainly crash" or it could crash only if it called
>> Roberto> lua_resetthread?
>>
>> Obviously if it calls lua_resetthread.
>
> Question to the list: How many libraries people know that use
> lua_resetthread?
>
> -- Roberto