On Saturday 09 June 2007 02:40:23 Bram Geron wrote:
> The patch I attached should solve that. In a freshly created context,
> the refcount is zero, and this increases it by one. I think incrementing
> it is slightly better than directly assigning it a refcount of 1,
> because that could cause bugs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(sorry for the late reply)
Leopold Toetsch wrote:
> Am Sonntag, 20. Mai 2007 21:51 schrieb Bram Geron:
>> Bram Geron wrote:
>>> The patch in fixes the problem for me.
>> I realized that contexts currently initially have a ref_count of 0, if
>> they'r
Am Sonntag, 20. Mai 2007 21:51 schrieb Bram Geron:
> Bram Geron wrote:
> > The patch in fixes the problem for me.
>
> I realized that contexts currently initially have a ref_count of 0, if
> they're not used as :outer targets for other subs. So in 'normal'
> situations, the caller's context's ref_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bram Geron wrote:
> The patch in fixes the problem for me.
I realized that contexts currently initially have a ref_count of 0, if
they're not used as :outer targets for other subs. So in 'normal'
situations, the caller's context's ref_count now drops