Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
test_decrease_memory
error for Lua 5.1
Don't run Lua code after decreasing memory limit. Lua 5.1 seems can't free the memory of the `a` variable after deleting it, thus it will raise `LuaMemoryError` again.
- Loading branch information