Change 34211: better document how the weakref backrefs array is refcounted

2008-08-20 Thread Dave Mitchell
Change 34211 by [EMAIL PROTECTED] on 2008/08/21 00:02:57 better document how the weakref backrefs array is refcounted Affected files ... ... //depot/perl/sv.c#1551 edit Differences ... //depot/perl/sv.c#1551 (text) Index: perl/sv.c --- perl/sv.c#1550~34210~ 2008-08-20 1

Change 34210: Assert that backreferences array is not freed rather than handling it

2008-08-20 Thread Dave Mitchell
Change 34210 by [EMAIL PROTECTED] on 2008/08/20 23:43:01 Assert that backreferences array is not freed rather than handling it In several places where the weakrefs backreferences array is used or freed, the code checks whether the array has already been freed

Change 34209: [perl #56908] DBI memory leak in 5.10.0 due to change 26530

2008-08-20 Thread Dave Mitchell
Change 34209 by [EMAIL PROTECTED] on 2008/08/20 23:15:36 [perl #56908] DBI memory leak in 5.10.0 due to change 26530 A weakref to a HV would leak, because the xhv_backreferences array is created with a refcount of 2 (to avoid premature freeing during gl

Change 34208: Re: Re: [perl #30524] [PATCH] CGI.pm has poor list of temp directories on Windows

2008-08-20 Thread H . Merijn Brand
Change 34208 by [EMAIL PROTECTED] on 2008/08/20 13:55:37 Subject: Re: Re: [perl #30524] [PATCH] CGI.pm has poor list of temp directories on Windows From: [EMAIL PROTECTED] Date: Wed, 20 Aug 2008 11:26:02 +0200 (CEST) Message-Id: <[EMAIL PROTECTED]> Affected files