We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaab3fc commit dccf2bbCopy full SHA for dccf2bb
src/object/class.cpp
@@ -254,7 +254,9 @@ void instance_holder::install(PyObject* self) throw()
254
255
namespace objects
256
{
257
+ extern "C" {
258
static int (*class_setattro_save)(PyObject *obj, PyObject *name, PyObject* value);
259
+ }
260
261
// Get the metatype object for all extension classes.
262
BOOST_PYTHON_DECL type_handle class_metatype()
0 commit comments