mirror of
https://github.com/lua/lua
synced 2025-02-07 08:44:01 +03:00
3c0d3c6fbe
The addresses of static variables may be different for different instances of Lua, making these instances incompatible if they use these addresses as unique keys in the registry (or other tables).