in reply to Re^3: [XS] sv_setpv change in behaviour with perl-5.42.0 and later
in thread [XS] sv_setpv change in behaviour with perl-5.42.0 and later
Now, I don't understand the reference to "SvOOK" and "SvCUR", but the bit that says "Returns the size of the string buffer in the SV" means (to me) that if the value of LEN (ie SvLEN) has been reduced, then size of the buffer has been reduced - ie the buffer has been shrunk."SvLEN" Returns the size of the string buffer in the SV, not including any part attributable to "SvOOK". See "SvCUR".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: [XS] sv_setpv change in behaviour with perl-5.42.0 and later
by dave_the_m (Monsignor) on Jan 29, 2026 at 13:23 UTC | |
by syphilis (Archbishop) on Jan 30, 2026 at 05:23 UTC | |
by ikegami (Patriarch) on Jan 30, 2026 at 20:36 UTC | |
|
Re^5: [XS] sv_setpv change in behaviour with perl-5.42.0 and later
by ikegami (Patriarch) on Jan 29, 2026 at 15:45 UTC | |
by Anonymous Monk on Jan 29, 2026 at 22:30 UTC | |
by ikegami (Patriarch) on Jan 30, 2026 at 19:04 UTC |