[C++-sig] Python 3 support has landed on boost trunk

2009-09-19 Thread Stefan Seefeld
Hi there, as some of you may know, Haoyu Bai has worked over the summer on Python 3 support for Boost.Python. This work happened on a branch, which I merged back into trunk last night. Now we need to set up testers to run the testsuite with some Python 3 variant, as that is a new platform to

[C++-sig] stl_input_iterator and std::distance fix

2009-09-19 Thread troy d. straszheim
I'm going through some bugs, I can't seem to find the thread where this bug report originated: https://svn.boost.org/trac/boost/ticket/3450 The fix is on my python branch: http://gitorious.org/~straszheim/boost/straszheim/commit/a8979df969fd44bfaa649599293ccb173f6c29c7 I haven't closed the

Re: [C++-sig] Problems with virtualness and py++

2009-09-19 Thread Roman Yakovenko
> On 9/18/09, Pertti Kellomäki wrote: >> I made some progress with the removing constness issue, >> but now I'm having problems that seem to be related to >> some kind of interaction between virtualness, function >> transformation and return value policies. >> >> The attached .hh and .pypp files i