### `lua5.2 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.2___ with: ``` lua5.2: error loading module 'python' from file './python.so': ./python.so: undefined symbol: luaL_loadbuffer ``` https://github.com/bastibe/lunatic-python/blob/26d0ac7563eeedc22fb04f103e3d16cebe382f5d/src/luainpython.c#L489
lua5.2 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.2 with:
lunatic-python/src/luainpython.c
Line 489 in 26d0ac7