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 loewis
Recipients
Date 2006-04-10.16:05:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Thanks for the patch. I made a number of modifications:
- add poll(_deadstate) argument for Unix
- trace whether a child was actually created, else
returncode would not have been set (not even to None) in __del__
With these modifications, I committed it as r45234.
History
Date User Action Args
2007-08-23 15:48:10adminlinkissue1467770 messages
2007-08-23 15:48:10admincreate