id summary reporter owner description type status milestone component version severity resolution keywords cc 14 Support for static data members squan Ralf W. Grosse-Kunstleve "{{{ It is not possible to expose a C++ class' static data members to Python. Trying something like class foo { public: static float bar; }; python::class_builderfoo_class(this_module,""foo""); foo_class.def_read_write(&foo::bar, ""foobar""); will give a compile error. }}}" Feature Requests closed python USE GITHUB None Out of Date