1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00

GC metamethod stored in a weak metatable being collected together with

userdata may not be cleared properly
This commit is contained in:
Roberto Ierusalimschy 2002-08-30 16:08:30 -03:00
parent 12c4e48506
commit beeff4ccaf

12
bugs
View File

@ -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)