tqchen commented on code in PR #449:
URL: https://github.com/apache/tvm-ffi/pull/449#discussion_r2808222012


##########
python/tvm_ffi/cython/object.pxi:
##########
@@ -116,6 +116,12 @@ cdef class Object:
         # case of error before chandle is set
         self.chandle = NULL
 
+    def __init__(self):

Review Comment:
   there might be a cases that depends on class construction and handle move, 
so we need to cross check downstream for this change



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to