Skip to content

Commit ff0ce7d

Browse files
committed
perldelta for 85e9706, csighandler signal redelivery
1 parent 85e9706 commit ff0ce7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pod/perldelta.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,12 @@ string C<eval>, any identifier starting with I<cut> (e.g. C<=cute>).
439439
Builds with C<-msse> and quadmath on 32-bit x86 systems would crash
440440
with a misaligned access early in the build. [GH #22577]
441441

442+
=item *
443+
444+
On threaded builds on POSIX-like systems, if the perl signal handler
445+
receives we now resend the signal to the main perl thread. Previously
446+
this would crash. [GH #22487]
447+
442448
=back
443449

444450
=head1 Known Problems

0 commit comments

Comments
 (0)