lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Nov 23, 2020 at 7:12 PM Roberto Ierusalimschy wrote:
...was discussed in this list a short time ago...

BTW, why did you refuse to fix this bug?
The operation of assigning nil to a table key must never trigger table rehash.
Because assigning nil is never a table-growth operation.
That will fix everything.