<p>Hi Georg,</p>
<p>I see I should have read the example more closely on what it was trying to show. Thank you for the clarification.</p>
<p>Kind regards,</p>
<p>Matt</p>
<div class="gmail_quote">On Jul 1, 2012 2:49 AM, "Georg Brandl" <<a href="mailto:georg@python.org">georg@python.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On <a href="tel:27.06.2012%2000" value="+12706201200" target="_blank">27.06.2012 00</a>:32, Matt Woelfel wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I was reading the documentation at:<br>
<a href="http://docs.python.org/library/multiprocessing.html#module-multiprocessing" target="_blank">http://docs.python.org/<u></u>library/multiprocessing.html#<u></u>module-multiprocessing</a><br>
<br>
I came across a bug where the sample code doesn't run:<br>
Search for "getppid", which should be changed to "getpid".<br>
</blockquote>
<br>
Hi Matt,<br>
<br>
Thanks for the report. getppid() is certainly the correct function to call<br>
here. But it is not available on Windows, so I've now made the call<br>
conditional in the example.<br>
<br>
cheers,<br>
Georg<br>
</blockquote></div>