lua

A copy of the Lua development repository
Log | Files | Refs | README

commit beeff4ccafe5877d00119cb3d93f1f937d46dcfb
parent 12c4e4850640e094a243a8ca45a6d3d8aa70be22
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri, 30 Aug 2002 16:08:08 -0300

GC metamethod stored in a weak metatable being collected together with
userdata may not be cleared properly

Diffstat:
Mbugs | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/bugs b/bugs @@ -286,3 +286,15 @@ Wed Jun 19 13:31:49 EST 2002 >> (in function `parse_file') (by Alex Bilyk; since 4.0) + + + +================================================================= +--- Version 5.0 alpha + +** lgc.c +Fri Aug 30 13:49:14 EST 2002 +>> GC metamethod stored in a weak metatable being collected together with +>> userdata may not be cleared properly +(by Roberto; since 5.0a) +