Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 25cdb82c7fa0e23b8162c04081a5a0162d2346ef
      
https://github.com/Perl/perl5/commit/25cdb82c7fa0e23b8162c04081a5a0162d2346ef
  Author: Karl Williamson <k...@cpan.org>
  Date:   2025-04-27 (Sun, 27 Apr 2025)

  Changed paths:
    M sv.h

  Log Message:
  -----------
  sv.h: SvPVx now equivalent to SvPV, et.al

These macros suffixed with 'x' are guaranteed to evaluate their
arguments just once.  Prior to this commit, they used PL_Sv to
accomplish that.  But since 1ef9039bccb in 5.37, the macros they call
only evaluate their arguments once, so the PL_Sv is superfluous.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to