On Tuesday, January 8, 2002, at 06:05 PM, Doug MacEachern wrote:

> On Tue, 8 Jan 2002, Arthur Bergman wrote:
>
>> Is this realy wise?
>
> that's what perl_clone() does:
>     PL_endav          = av_dup_inc(proto_perl->Iendav, param);
>

perl_clone() does this because it mimics fork

>> thread.pm will currently not clone END blocks
>
> it will if it uses perl_clone(), no?
>

Indeed, but I manually null the PL_endav after the perl_clone.

Arthur


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to