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 06487fd commit fc65464Copy full SHA for fc65464
py/object.go
@@ -26,6 +26,7 @@ import (
26
27
// Object represents a Python object.
28
type Object struct {
29
+ Unused [0]byte
30
}
31
32
// llgo:link (*Object).DecRef C.Py_DecRef
0 commit comments