2.2 (2024-06-02)
- A new method
LuaRuntime.gccollect()
was added to trigger the Lua garbage collector. - A new context manager
LuaRuntime.nogc()
was added to temporarily disable the Lua
garbage collector. - Freeing Python objects from a thread while running Lua code could run into a deadlock.
- The bundled LuaJIT versions were updated to the latest git branches.
- Built with Cython 3.0.10.