We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e7e8c commit b3c6954Copy full SHA for b3c6954
include/pybind11/detail/class.h
@@ -497,8 +497,6 @@ extern "C" inline void pybind11_object_dealloc(PyObject *self) {
497
Py_DECREF(type);
498
}
499
500
-std::string error_string();
501
-
502
/** Create the type which can be used as a common base for all classes. This is
503
needed in order to satisfy Python's requirements for multiple inheritance.
504
Return value: New reference. */
include/pybind11/gil.h
@@ -21,9 +21,6 @@ PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
21
22
PYBIND11_NAMESPACE_BEGIN(detail)
23
24
-// forward declarations
25
-PyThreadState *get_thread_state_unchecked();
26
27
PYBIND11_NAMESPACE_END(detail)
28
29
#if !defined(PYBIND11_SIMPLE_GIL_MANAGEMENT)
0 commit comments