Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 149c2e48b61bd93a9e4ee06b920ca68dd97b717c https://github.com/Perl/perl5/commit/149c2e48b61bd93a9e4ee06b920ca68dd97b717c Author: Tomasz Konojacki <me@xenu.pl> Date: 2023-06-30 (Fri, 30 Jun 2023) Changed paths: M win32/win32.c Log Message: ----------- win32.c: remove the CloseHandle hook when Perl is terminated In some embedded Perl scenarios, such as mod_perl, the Perl DLL may be unloaded, causing the hook to become invalid. Fixes: #21179