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 jjcogliati
Recipients jjcogliati, roudkerk
Date 2008-04-04.03:33:27
SpamBayes Score 0.21332537
Marked as misclassified No
Message-id <1207280009.39.0.637702912959.issue2475@psf.upfronthosting.co.za>
In-reply-to
Content
Hm.  Well, after filing the bug, I created a thread for each subprocess,
and had that thread do an wait on the process, and that worked fine. 
So, I guess at minimum it sounds like the documentation for poll could
be improved to mention that it will not catch the state if something
else does.  I think a better fix would be for poll to return some kind
of UnknownError instead of None if the process was finished, but python
did not catch it for some reason (like using os.wait() :)
History
Date User Action Args
2008-04-04 03:33:29jjcogliatisetspambayes_score: 0.213325 -> 0.21332537
recipients: + jjcogliati, roudkerk
2008-04-04 03:33:29jjcogliatisetspambayes_score: 0.213325 -> 0.213325
messageid: <1207280009.39.0.637702912959.issue2475@psf.upfronthosting.co.za>
2008-04-04 03:33:28jjcogliatilinkissue2475 messages
2008-04-04 03:33:27jjcogliaticreate