Fixes for perl 5.36 with multiplicity + memleak in $st->kv methods
I always keep messing up the aTHX_ and pTHX_ stuff because my system perl isn't built with multiplicity, and I still haven't found a satisfactory way of finding SV leaks. Valgrind can't track those :(
This commit is contained in:
parent
1f7e2de9a0
commit
867543267f
6 changed files with 40 additions and 32 deletions
|
|
@ -1,4 +1,5 @@
|
|||
use v5.36;
|
||||
use experimental 'builtin', 'for_list';
|
||||
use builtin 'true', 'false';
|
||||
use Test::More;
|
||||
use Tie::Array;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue