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 eryksun
Recipients BreamoreBoy, eryksun, ezio.melotti, giampaolo.rodola, gvanrossum
Date 2014-07-15.01:24:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405387482.95.0.386582371526.issue20117@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, an explicit "exit" will set the return code to the last error.

    >>> subprocess.call("nonex & exit", shell=True, stderr=subprocess.DEVNULL)          
    9009
History
Date User Action Args
2014-07-15 01:24:43eryksunsetrecipients: + eryksun, gvanrossum, giampaolo.rodola, ezio.melotti, BreamoreBoy
2014-07-15 01:24:42eryksunsetmessageid: <1405387482.95.0.386582371526.issue20117@psf.upfronthosting.co.za>
2014-07-15 01:24:42eryksunlinkissue20117 messages
2014-07-15 01:24:42eryksuncreate