On Mon Mar 31 05:36:42 2014, TONYC wrote:
Show quoted text> On Tue Feb 04 23:00:13 2014, TONYC wrote:
> > It needs to call SvPVbyte_force() instead of SvPVbyte().
> >
> > Similarly for i_io_read()
>
>
> I turned out that this statement was incorrect. The code didn't call
> SvPVbyte() in any case, and the code that was there did all that was
> necessary, if a little inefficiently.
>
> I've updated the code to be a bit more direct, based on what I learned
> writing the patch for [perl #116925]
This ended up breaking perl 5.6 and didn't add much efficiency, so the change was reverted.
So rejecting.
Tony