Re: Passing handlers between bound c++ libs

2009-07-16 Thread bobicanprogram
On Jul 14, 7:07 pm, Freyr wrote: > I have a python bound physics library that uses handler to process > events. The passing of handlers between c++ and python causes a huge > overhead slowing down the process. Can I implement a handler in my > custom python bound c++ lib B and pass it to blackbox

Passing handlers between bound c++ libs

2009-07-14 Thread Freyr
I have a python bound physics library that uses handler to process events. The passing of handlers between c++ and python causes a huge overhead slowing down the process. Can I implement a handler in my custom python bound c++ lib B and pass it to blackbox python bound c++ lib A so that A would ca