lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> lua_stripdebug() seems like a reasonable interface.

Except that this would affect all closures using the same prototype,
which may be surprising if you do not know the internals of Lua.
--lhf