This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
from b508698 Fix two issues that undefined behavior sanitizer caught (#419)
add b1611e0 [Error] Unify EnvErrorAlreadySet to error.kind (#425)
No new revisions were added by this update.
Summary of changes:
docs/concepts/func_module.rst | 11 +++++++++--
docs/guides/python_lang_guide.md | 4 ++--
examples/abi_overview/example_code.c | 4 ----
include/tvm/ffi/c_api.h | 1 -
include/tvm/ffi/error.h | 38 +++++++++++++++++-------------------
include/tvm/ffi/function.h | 6 ------
python/tvm_ffi/cython/error.pxi | 8 ++++++--
python/tvm_ffi/cython/function.pxi | 12 +++++++++---
python/tvm_ffi/cython/type_info.pxi | 13 +++++++++---
9 files changed, 54 insertions(+), 43 deletions(-)