This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stutsman
Recipients christian.heimes, loewis, stutsman
Date 2008-02-01.16:32:16
SpamBayes Score 0.076769575
Marked as misclassified No
Message-id <1201883542.73.0.06508514214.issue1983@psf.upfronthosting.co.za>
In-reply-to
Content
Actually the current trunk of as of this morning (60484) is still broken
in a couple of ways.  First, converting the pid_t using PyInt is a
problem  and second the waitpids aren't corrected.  This would cause
waits on invalid pids.
History
Date User Action Args
2008-02-01 16:32:22stutsmansetspambayes_score: 0.0767696 -> 0.076769575
recipients: + stutsman, loewis, christian.heimes
2008-02-01 16:32:22stutsmansetspambayes_score: 0.0767696 -> 0.0767696
messageid: <1201883542.73.0.06508514214.issue1983@psf.upfronthosting.co.za>
2008-02-01 16:32:16stutsmanlinkissue1983 messages
2008-02-01 16:32:16stutsmancreate