Python version of absl::Status
davidzchen opened this issue · 0 comments
davidzchen commented
Currently, it does not seem possible to create Python bindings for C++ code that return absl::Status
since the Python version of Status
does not exist in abseil-py. Are there plans to open-source the Python version of Status?