You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?