mirror of https://github.com/lua/lua.git
Browse Source
In the 'io' library, changed the use of the metatable also as its own "method table", so that metamethods cannot be accessed as if they were methods. (For instance, 'io.stdin.__gc' does not result in the finalizer metamethod anymore.)pull/23/head
Roberto Ierusalimschy
5 years ago
1 changed files with 20 additions and 10 deletions
Loading…
Reference in new issue