1 --- src/luainpython.c.orig 2011-07-26 12:00:11.039211810 +0600
2 +++ src/luainpython.c 2011-07-26 12:01:58.323596282 +0600
5 rc = py_convert(L, attr, 0);
7 - rc = py_convert(L, value, 0);
9 + rc = py_convert(L, value, 0);
11 + /* We're deleting an attribute. */