We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b34dd commit 5eea7a0Copy full SHA for 5eea7a0
pybind11_abseil/status_pyinit_google3.cc
@@ -16,6 +16,7 @@ PyObject* this_module_init() noexcept {
16
return m.ptr();
17
}
18
PYBIND11_CATCH_INIT_EXCEPTIONS
19
+ return nullptr;
20
21
22
} // namespace
0 commit comments