Hi,<br>
<br>
Anybody knows how do I get the Python object of a newly created object
of a Boost.Python extension class object, just after the call of the
constructor, before the pointer return to Python?<br>
<br>
I was thinking how to do it, but I am a bit confused. I suppose those I
could use customized call policies, but I am not sure neither know how
to do it.<br>
<br>
Another thing that I saw interesting is this &quot;make_constructor&quot; function.<br>
<br>
I could use factory functions, but I'll loose my Python constructor.<br>
<br>
Does anybody have any idea of how to deal with it?<br>
<br>
Thanks,<br>
<br>
[Eric Jardim]<br>