Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4430717932dafa2c80bfe430294e0e33e3c91c4d
https://github.com/Perl/perl5/commit/4430717932dafa2c80bfe430294e0e33e3c91c4d
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M inline.h
M t/op/for-many.t
Log Message:
-----------
Clear all variable pad slots after multi-variable `foreach` loop
We need to remember to clear all the pad slots related to iteration
variables, which means some number of additional ones after the main
"itervar" when doing multi-variable iteration. This ensures we don't
retain references or large scalar values longer than necessary.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications