Files
pip/libs/main
andrey 4d2c268710 fix(piluaprogram): add destructor to close Lua state
luaL_newstate() allocates a Lua state (~2-4 MB with libraries)
in the constructor, but there was no destructor to call lua_close().
Every PILuaProgram instance leaked its entire Lua state.
Add ~PILuaProgram() that calls lua_close(PRIVATE->lua_state).
2026-08-10 16:26:13 +03:00
..
2026-03-20 16:31:30 +03:00
2026-03-12 14:46:57 +03:00
2026-05-27 16:37:04 +03:00
2022-12-14 14:13:52 +03:00
2026-03-20 16:31:30 +03:00
2026-08-06 17:01:30 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
doc
2026-03-12 19:21:03 +03:00
doc
2026-03-12 19:21:03 +03:00
2026-05-26 21:38:00 +03:00
2026-03-12 14:46:57 +03:00
2026-05-29 09:56:29 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-03-20 16:31:30 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00