troy d. straszheim wrote:

Take function new_class(...) in src/object.cpp: this is called during BOOST_PYTHON_MODULE(), and invoke.hpp doesn't know about it, therefore nothing would be locked.

During module import that is:

BOOST_PYTHON_MODULE(m)
{
  class_<T>("T");  // <- here
}



-t
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to