mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-16 22:11:18 +00:00
objects with no ancestor are not implicitely final
This commit is contained in:
@@ -341,7 +341,7 @@ type
|
||||
float*: float64
|
||||
imag*: float64
|
||||
|
||||
TPyObject*{.pure.} = object
|
||||
TPyObject*{.pure, inheritable.} = object
|
||||
ob_refcnt*: int
|
||||
ob_type*: PPyTypeObject
|
||||
|
||||
|
||||
Reference in New Issue
Block a user