diff --git a/py/object.go b/py/object.go index d306476..6991d83 100644 --- a/py/object.go +++ b/py/object.go @@ -26,7 +26,7 @@ import ( // Object represents a Python object. type Object struct { - Unused [8]byte + Unused [0]byte } // llgo:link (*Object).DecRef C.Py_DecRef