Skip to content

Commit

Permalink
py: fix basic type not run Ready()
Browse files Browse the repository at this point in the history
  • Loading branch information
wetor authored and sbinet committed Jun 8, 2023
1 parent bd13450 commit 7102b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func (t *Type) NewTypeFlags(Name string, Doc string, New NewFunc, Init InitFunc,
Dict: StringDict{},
Bases: Tuple{t},
}
TypeDelayReady(t)
TypeDelayReady(tt)
return tt
}

Expand Down

0 comments on commit 7102b79

Please sign in to comment.