### `lua5.4 tests/test_py.lua ` # fails... * #94 runs `lua tests/test_py.lua` on Lua 5.1, 5.2, 5.3, 5.4, and 5.5 on Ubuntu 26.04. The tests pass on lua5.1 and lua5.3 but fail on ___lua5.4___ with: ``` lua5.4: error loading module 'python' from file './python.so': ./python.so: undefined symbol: lua_insert ``` [Code with `lua_insert`](https://github.com/search?q=repo%3Abastibe%2Flunatic-python%20lua_insert&type=code).
lua5.4 tests/test_py.lua# fails...lua tests/test_py.luaon Lua 5.1, 5.2, 5.3, 5.4, and 5.5 on Ubuntu 26.04.The tests pass on lua5.1 and lua5.3 but fail on lua5.4 with:
Code with
lua_insert.