Skip to content

Releases: emcek/lupa

lupapy-2.2

15 Oct 17:15
Compare
Choose a tag to compare

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.