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 Ivan.Pozdeev, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-24.06:43:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453617782.52.0.480349219819.issue26189@psf.upfronthosting.co.za>
In-reply-to
Content
Try forcing cmd to wait using the "start" command:

    C:\>start /b /w python -c "raise SystemExit(42)"
    C:\>echo %errorlevel%
    42
History
Date User Action Args
2016-01-24 06:43:02eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Ivan.Pozdeev
2016-01-24 06:43:02eryksunsetmessageid: <1453617782.52.0.480349219819.issue26189@psf.upfronthosting.co.za>
2016-01-24 06:43:02eryksunlinkissue26189 messages
2016-01-24 06:43:02eryksuncreate