aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-08-30 16:08:30 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-08-30 16:08:30 -0300
commitbeeff4ccafe5877d00119cb3d93f1f937d46dcfb (patch)
tree66a1d16852172319eda6b2c848628365f299bb58
parent12c4e4850640e094a243a8ca45a6d3d8aa70be22 (diff)
downloadlua-beeff4ccafe5877d00119cb3d93f1f937d46dcfb.tar.gz
lua-beeff4ccafe5877d00119cb3d93f1f937d46dcfb.tar.bz2
lua-beeff4ccafe5877d00119cb3d93f1f937d46dcfb.zip
GC metamethod stored in a weak metatable being collected together with
userdata may not be cleared properly
-rw-r--r--bugs12
1 files changed, 12 insertions, 0 deletions
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
286>> (in function `parse_file') 286>> (in function `parse_file')
287(by Alex Bilyk; since 4.0) 287(by Alex Bilyk; since 4.0)
288 288
289
290
291
292=================================================================
293--- Version 5.0 alpha
294
295** lgc.c
296Fri Aug 30 13:49:14 EST 2002
297>> GC metamethod stored in a weak metatable being collected together with
298>> userdata may not be cleared properly
299(by Roberto; since 5.0a)
300