perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

Win32: eliminate the sys_intern fdpid aka w32_fdpid

Open tonycoz opened this issue 7 months ago • 2 comments

This duplicated the PL_fdpid already used by every other platform but didn't handle the transfer done when STD handles were reopened as pipes.

Along with re-working win32_pclose() to behave much closer to Perl_my_pclose() from util.c and enabling the PID transfer done for STD handles on Win32, this fixes #4106


  • This set of changes requires a perldelta entry, and it is included.

tonycoz avatar May 06 '25 05:05 tonycoz

This is now showing merge conflicts.

mohawk2 avatar May 24 '25 14:05 mohawk2

Trivial merge conflicts in perldelta resolved.

mauke avatar May 25 '25 01:05 mauke