On Mon Jun 18 09:59:19 2012, davem wrote: > On Mon, Jun 18, 2012 at 09:40:55AM -0700, Father Chrysostomos via RT wrote: > > I have just been bitten by the same thing. So I wrote a patch. It is > > only eight lines (excluding tests). Ignoring the new flag I added to > > cv.h, it is only three lines of changes. > > > > Can Dave Mitchell please comment? > > > > As far as I can tell, CvOUTSIDE is only used during compilation when > > looking up variables. So at run time we only need it if there is a > > string eval. > > Yes, it looks plausible. Is CvOUTSIDE already set to NULL in the non-eval > branch of cv_clone? Yes. sv_upgrade (called from newSV_type) zeroes SvANY. -- Father Chrysostomos --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=89544Thread Previous | Thread Next