Skip to content

lupapy-2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 17:15

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.