Subject: | t/11loop.t stalls on perl 5.31.2 |
(from https://rt.perl.org/Public/Bug/Display.html?id=134258)
Show quoted text
> The problem is that this distro's t/11loop.t now hangs indefinitely and
> has to be Ctrl-C-ed. All other files in the distro's test suite PASS.
...
Show quoted text> This commit removes the deferred mechanism, and instead
> makes use of the newish OP_PARENT mechanism to iterate over
> the optree, following each kid, then back up via the parent
> pointer to the next sibling etc.
...
Ah. I wonder then, whether this might be something that
Syntax::Keyword::Try has to fix. I do some rather awkward optree
fiddling in there, and I don't recall needing to take care of OP_PARENT
so far.
https://metacpan.org/source/PEVANS/Syntax-Keyword-Try-0.10/lib/Syntax/Keyword/Try.xs#L257
https://metacpan.org/source/PEVANS/Syntax-Keyword-Try-0.10/lib/Syntax/Keyword/Try.xs#L283
--
Paul Evans