From beeff4ccafe5877d00119cb3d93f1f937d46dcfb Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 30 Aug 2002 16:08:30 -0300 Subject: [PATCH] GC metamethod stored in a weak metatable being collected together with userdata may not be cleared properly --- bugs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bugs b/bugs index 8174b269..5a2fd9d7 100644 --- 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) +