In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3e21b5cbfb4a2e92edbfb25d114cde801f9e315f?hp=f06c882585eac59ec68dbf93c87659cb62a24000>

- Log -----------------------------------------------------------------
commit 3e21b5cbfb4a2e92edbfb25d114cde801f9e315f
Author: Tony Cook <t...@develop-help.com>
Date:   Mon Feb 3 15:09:20 2014 +1100

    perldelta for f06c882585
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9d25d8e..f5fb28e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -469,7 +469,12 @@ files in F<ext/> and F<lib/> are best summarized in 
L</Modules and Pragmata>.
 
 =item *
 
-XXX
+Backticks (C< `` > or C< qx// >) combined with multiple threads on
+Win32 could result in output sent to stdout on one thread being
+captured by backticks of an external command in another thread.
+
+This could occur for pseudo-forked processes too, as Win32's
+psuedo-fork is implemented in terms of threads. [perl #77672]
 
 =back
 

--
Perl5 Master Repository

Reply via email to