Closed rcoreilly closed 4 years ago
s.Package().Name() is the correct module prefix for this, not g.outname -- I will fix in upcoming PR.
s.Package().Name()
g.outname
bind/gen_map.go:129:24: g.pywrap.Printf("_%s.DecRef(self.handle)\n", g.outname) bind/gen_slice.go:119:24: g.pywrap.Printf("_%s.DecRef(self.handle)\n", g.outname) bind/gen_struct.go:94:23: g.pywrap.Printf("_%s.DecRef(self.handle)\n", s.Package(). bind/gen_type.go:168:23: g.pywrap.Printf("_%s.DecRef(self.handle)\n", g.outname)
s.Package().Name()
is the correct module prefix for this, notg.outname
-- I will fix in upcoming PR.