Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 6c696391d6a59512901eaa88e2a6ab65f548021e
https://github.com/Perl/perl5/commit/6c696391d6a59512901eaa88e2a6ab65f548021e
Author: Richard Leach <[email protected]>
Date: 2025-10-18 (Sat, 18 Oct 2025)
Changed paths:
M gv.c
M op.c
M t/op/stash.t
Log Message:
-----------
Partially revert fd88a92 - it's GvCVGEN(gv), not CvGEN(cv)
This commit partially reverts
https://github.com/Perl/perl5/commit/fd88a926b5a38da5bc8cb2bb248b141b48e1c71f
In two places in that commit, setting `GvCVGEN` to zero was changed
to just asserting that the value was already zero, because the CV
had just been created (with a Zeroed body). However, the value is
set on a pre-existing GV, not on the fresh CV, so no assumptions
should be made about the current value of `GvCVGEN`.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications