perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

scope.c S_save_scalar_at() pick right type from the start

Open bulk88 opened this issue 7 months ago • 0 comments

-type PVGV and GV* API will eventually SEGV through GvNAME and PP tie so bounds limit it to the 2 scalar string types, that are capable of MG and not any other higher order aggregate types


  • This set of changes does not require a perldelta entry.

bulk88 avatar May 28 '25 08:05 bulk88