Skip to content

Commit 7102b79

Browse files
wetorsbinet
authored andcommitted
py: fix basic type not run Ready()
1 parent bd13450 commit 7102b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func (t *Type) NewTypeFlags(Name string, Doc string, New NewFunc, Init InitFunc,
306306
Dict: StringDict{},
307307
Bases: Tuple{t},
308308
}
309-
TypeDelayReady(t)
309+
TypeDelayReady(tt)
310310
return tt
311311
}
312312

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy