We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e36472 commit 05be665Copy full SHA for 05be665
CHANGES.rst
@@ -4,7 +4,12 @@ Lupa change log
4
2.2 (2024-??-??)
5
----------------
6
7
-* A new method ``LuaRuntime.gc()`` was added to control the Lua garbage collector.
+* A new method ``LuaRuntime.gccollect()`` was added to trigger the Lua garbage collector.
8
+
9
+* A new context manager ``LuaRuntime.nogc()`` was added to temporarily disable the Lua
10
+ garbage collector.
11
12
+* Freeing Python objects from a thread while running Lua code could run into a deadlock.
13
14
15
2.1 (2024-03-24)
0 commit comments