objects with no ancestor are not implicitely final

This commit is contained in:
Araq
2012-08-24 17:33:04 +02:00
parent afcff024a1
commit d17caa86e8
15 changed files with 44 additions and 22 deletions

View File

@@ -341,7 +341,7 @@ type
float*: float64
imag*: float64
TPyObject*{.pure.} = object
TPyObject*{.pure, inheritable.} = object
ob_refcnt*: int
ob_type*: PPyTypeObject