Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Perl/perl5] 4fc237: make a new stub to clone into when pushing a new pad

0 views
Skip to first unread message

Tony Cook via perl5-changes

unread,
Feb 19, 2024, 10:45:05 PM2/19/24
to perl5-...@perl.org
Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4fc2379a01266cf71da777023e603d44e5cccf6e
https://github.com/Perl/perl5/commit/4fc2379a01266cf71da777023e603d44e5cccf6e
Author: Tony Cook <to...@develop-help.com>
Date: 2024-02-20 (Tue, 20 Feb 2024)

Changed paths:
M pad.c
M t/op/lexsub.t

Log Message:
-----------
make a new stub to clone into when pushing a new pad

This previously put the same CV into the inner pad, so on a
recursive call into the owning sub, from this sub, this CV would
still be active, and the attempt to clone into the still busy CV
would throw an error.

Fixes #18606



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