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 reiko
Recipients jjcogliati, lisanke, reiko, roudkerk
Date 2008-07-28.13:03:31
SpamBayes Score 0.028961282
Marked as misclassified No
Message-id <1217250215.83.0.395397705376.issue2475@psf.upfronthosting.co.za>
In-reply-to
Content
I have also run into this problem.  If you only use p.poll() and never
p.wait(), returncode will always remain None.

roudkerk's workaround doesn't seem to work with the new Popen objects,
at least in python 2.4.  ("unexpected keyword argument '_deadstate'") 
Does anyone have a workaround for subprocess.Popen?  Do I have to switch
to the deprecated popen function(s)?
History
Date User Action Args
2008-07-28 13:03:36reikosetrecipients: + reiko, roudkerk, jjcogliati, lisanke
2008-07-28 13:03:35reikosetmessageid: <1217250215.83.0.395397705376.issue2475@psf.upfronthosting.co.za>
2008-07-28 13:03:34reikolinkissue2475 messages
2008-07-28 13:03:31reikocreate