Re: [C++-sig] destructor not called

2009-03-09 Thread Trigve
Trigve yahoo.com> writes: > > Hi, > I've got problem with embedded python. When using some classes inside embedded > python... Sorry, It looks like it is not python fault. Trigve ___ Cplusplus-sig mailing list [email protected] http://mail

[C++-sig] destructor not called

2009-03-08 Thread Trigve
Hi, I've got problem with embedded python. When using some classes inside embedded python, the the number of constructor/destructor doesn't match. I don't have code because it is a big project. But the class I have problem with looks like that: class SessionImpl; class Session { boost::shared_p