Sebas,

2017-02-14 9:29 GMT-05:00 Sebastian.Gonzalez-Pintor <segon...@gmail.com>:
> I do not know why this happens, because I do not wrap the interface for
> Subscriptor (it is called internally inside the c++ classes, whithout python
> knowing about its existence). I will try to ask for this behaviour somewhere
> else and I will try to report whatever I will get here, in case anyone else
> face the same problem.
Yes, this strange. I have never seen that problem (my code uses
boost::python though). What you could do is add a std::cout in the c++
destructor or a print in the python __del__ Then, you could check in
which order the destructors, are called.

Best,

Bruno

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to