Re: [C++-sig] shared_ptr and register_ptr_to_python

2010-10-09 Thread Jim Bosch
On 10/09/2010 03:54 AM, Marek Denis wrote: Hello list, What I am trying to achieve is a part of C++ code operating on some data nad 'putting' some C++ defined (as well as Python exposed) objects into the Python blocking queues. Is there any possibility for Python to work directly on the C++ obje

[C++-sig] shared_ptr and register_ptr_to_python

2010-10-09 Thread Marek Denis
Hello list, What I am trying to achieve is a part of C++ code operating on some data nad 'putting' some C++ defined (as well as Python exposed) objects into the Python blocking queues. Is there any possibility for Python to work directly on the C++ objects? Right now, when I launch the Python