Re: [C++-sig] Details of Boost.Python Py_Finalize issue?

2009-08-06 Thread Ravi
On Thursday 06 August 2009 22:16:59 Haoyu Bai wrote: > > Test 1 (to check registry operation): > > 1. Use an example which embeds (not extends) python. > > 2. Register a type X to be converted to C++ type XC. > > 3. Perform some operations to verify that step 2 works. > > 4. Call PyFinalize. > > 5.

Re: [C++-sig] Details of Boost.Python Py_Finalize issue?

2009-08-06 Thread Haoyu Bai
On Wed, Aug 5, 2009 at 10:33 AM, Ravi wrote: > On Sunday 02 August 2009 11:44:22 Haoyu Bai wrote: >> So could anyone share your experience with this issue, provide some >> test case or anymore information about this issue? I will try to solve >> it. > > I haven't been able to spend any time on this