On 01/23/2012 09:03 PM, Jim Bosch wrote:
On 01/23/2012 02:35 PM, Bo Jensen wrote:
Hi,
I have been looking into the best way for me to make a python wrapper
for a
C++ library. Boost.Python looks nice and seem to fit my needs, but I
have a
few questions before I dig in deep and do the implemen
On 24 Jan 2012 at 9:32, Anders Wallin wrote:
> >> 5) I also read that Boost.Python is not thread safe, is that true and if
> >> yes can it be fixed/hacked ?
Not thread *aware* would be more accurate.
> > Other people on this list know a lot more than I do about this topic. I
> > believe the ans
>> 5) I also read that Boost.Python is not thread safe, is that true and if
>> yes can it be fixed/hacked ?
>>
>
> Other people on this list know a lot more than I do about this topic. I
> believe the answer depends on whether the multithreaded programming crosses
> the C++/Python boundary.
FWIW
On 01/23/2012 02:35 PM, Bo Jensen wrote:
Hi,
I have been looking into the best way for me to make a python wrapper for a
C++ library. Boost.Python looks nice and seem to fit my needs, but I have a
few questions before I dig in deep and do the implementation.
What I want to do :
I have a very t
Hi,
I have been looking into the best way for me to make a python wrapper for a
C++ library. Boost.Python looks nice and seem to fit my needs, but I have a
few questions before I dig in deep and do the implementation.
What I want to do :
I have a very thin header only C++ library, which is an ex