junrushao commented on code in PR #55:
URL: https://github.com/apache/tvm-ffi/pull/55#discussion_r2380044001


##########
python/tvm_ffi/cython/object.pxi:
##########
@@ -303,8 +303,9 @@ def _type_info_create_from_type_key(object type_cls, str 
type_key):
     cdef object methods = []
     cdef FieldGetter getter
     cdef FieldSetter setter
+    cdef ByteArrayArg type_key_arg = ByteArrayArg(c_str(type_key))

Review Comment:
   added in #49



-- 
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