junrushao opened a new pull request, #364: URL: https://github.com/apache/tvm-ffi/pull/364
This PR makes `__slots__=()` for all subclasses of `tvm_ffi.Object` if not specified. Here's all the changes: - Rename the existing Cython class `Object` to `CObject` - Create a new `Object` whose metaclass is `_ObjectSlotsMeta` - Encourage inheriting from the new `tvm_ffi.Object` -- 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]
