Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e0275f5f0a1d04b2b5d678eea7525c342f565e31
https://github.com/Perl/perl5/commit/e0275f5f0a1d04b2b5d678eea7525c342f565e31
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M op.c
M toke.c
Log Message:
-----------
Use SvUPGRADE() macro instead of direct call to sv_upgrade()
Adds consistency and avoids a weird cornercase in which due to
non-standard circumstances these SVs are already magical.
These only happen at compile-time so performance hit of performing an
extra SvTYPE() check is not critical.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications