Am Samstag, 7. Oktober 2006 04:07 schrieb Bob Rogers:
>    To my surprise, I found a 'ctx' member in struct Parrot_sub.  It
> appears that this is only used for the "autoclose" feature, which AFAICS
> is not documented.

Well, audreyt wanted to have this feature. But you are right: it's a bad 
thing, not so much for it's magic, but becaus of the ctx member in 
Parrot_sub. The Sub PMC ought to be read/only and sharable across threads and 
ctx violates this.
BTW namespace_stash is another wart, we should get rid off.

leo

Reply via email to