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 bc60f38 commit 507ce0eCopy full SHA for 507ce0e
README.rst
@@ -35,7 +35,7 @@ Major features
35
* frees the GIL and supports threading in separate runtimes when
36
calling into Lua
37
38
-* tested with Python 2.7/3.6 and later
+* tested with Python 3.8 and later
39
40
* ships with Lua 5.1, 5.2, 5.3 and 5.4
41
as well as LuaJIT 2.0 and 2.1 on systems that support it.
@@ -994,7 +994,7 @@ calculations unless you specify ``total=True``.
994
Lua code hitting the memory limit will receive memory errors:
995
996
.. code:: python
997
-
+
998
>>> lua.set_max_memory(100)
999
>>> lua.eval("string.rep('a', 1000)") # doctest: +IGNORE_EXCEPTION_DETAIL
1000
Traceback (most recent call last):
0 commit comments