abseil / abseil-py

Abseil Common Libraries (Python)
Apache License 2.0
2.27k stars 246 forks source link

Python version of absl::Status #282

Open davidzchen opened 3 months ago

davidzchen commented 3 months ago

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?