David Abrahams wrote: > "Mike Rovner" <mike at nospam.com> writes: >> It looks like my mistake but where? > > You're returning a dangling reference to a local temporary from > PyClass. That's a no-no. Thank you, Dave. Now (after step-by-step debugging) I understand the bpl code a little bit better ;) Mike