We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186aaac commit 06487fdCopy full SHA for 06487fd
py/object.go
@@ -26,7 +26,6 @@ import (
26
27
// Object represents a Python object.
28
type Object struct {
29
- Unused [8]byte
30
}
31
32
// llgo:link (*Object).DecRef C.Py_DecRef
0 commit comments