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 serhiy.storchaka
Recipients ezio.melotti, michael.foord, pitrou, serhiy.storchaka
Date 2012-12-08.17:03:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354986235.92.0.873586035968.issue16644@psf.upfronthosting.co.za>
In-reply-to
Content
Test ContextManagerTests.test_invalid_args() in file Lib/test/test_subprocess.py contains code which has no sense. When Popen() fail then this code will not reachable. When Popen() success then c.exception will not assigned.

Here is a patch with right test.
History
Date User Action Args
2012-12-08 17:03:56serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord
2012-12-08 17:03:55serhiy.storchakasetmessageid: <1354986235.92.0.873586035968.issue16644@psf.upfronthosting.co.za>
2012-12-08 17:03:55serhiy.storchakalinkissue16644 messages
2012-12-08 17:03:55serhiy.storchakacreate