Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 85e97066288fa0be7b08897c6306e33ea2ef45d7
      
https://github.com/Perl/perl5/commit/85e97066288fa0be7b08897c6306e33ea2ef45d7
  Author: Tony Cook <t...@develop-help.com>
  Date:   2024-11-20 (Wed, 20 Nov 2024)

  Changed paths:
    M MANIFEST
    M ext/XS-APItest/APItest.pm
    M ext/XS-APItest/APItest.xs
    A ext/XS-APItest/t/thread.t
    M makedef.pl
    M mg.c
    M perl.c
    M perlvars.h
    M thread.h
    M win32/win32thread.h

  Log Message:
  -----------
  csighandler3: forward signals to the main thread if not a perl thread

This is only done for pthreads, Win32 already uses something like
my suggestion from #22530 and unlike POSIX doesn't have a way to
asynchronously interrupt a thread that I'm aware of.  It's also
complicated by pseudo-processes.

Fixes #22487



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to