Skip to content

Commit fc65464

Browse files
committed
py: replace empty object to zero bytes
1 parent 06487fd commit fc65464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/object.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626

2727
// Object represents a Python object.
2828
type Object struct {
29+
Unused [0]byte
2930
}
3031

3132
// llgo:link (*Object).DecRef C.Py_DecRef

0 commit comments

Comments
 (0)