Ihrd (>): > my $string = '%CD'; > while ( $string ~~ /\%(..)/ ) { > my $match = $0; > } > > that die with Null PMC access in get_pmc_keyed_int()
I think this bug is the same as #58352.
Ihrd (>): > my $string = '%CD'; > while ( $string ~~ /\%(..)/ ) { > my $match = $0; > } > > that die with Null PMC access in get_pmc_keyed_int()
I think this bug is the same as #58352.