junrushao opened a new pull request, #449:
URL: https://github.com/apache/tvm-ffi/pull/449

   Previously, calling `Object()` or constructing an unregistered subclass 
without `__init__` would silently succeed and produce an object with a NULL 
handle. Add `Object.__init__` that raises TypeError to catch this misuse early. 
Remove the now-redundant `super().__init__()` call in AccessPath.__init__.


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