Gisle Aas wrote: > > The reason PL_sv_undef is destroyed in the first example is that > > 'sprintf "xxx%n"' is constant folded, and the readonly-test is > > bypassed in sv_force_normal() unless IN_PERL_RUNTIME. > > This patch avoids this problem by simply disabling constant folding > for sprintf. Simple, but effective. Thanks, applied to bleadperl as change #26236.Thread Previous | Thread Next