Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4fc2379a01266cf71da777023e603d44e5cccf6e
      
https://github.com/Perl/perl5/commit/4fc2379a01266cf71da777023e603d44e5cccf6e
  Author: Tony Cook <t...@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

Reply via email to