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 pino
Recipients pino
Date 2010-09-18.16:44:30
SpamBayes Score 9.300908e-09
Marked as misclassified No
Message-id <1284828272.46.0.993131390334.issue9894@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib/test/test_subprocess.py there's a check of an errno value done against a number, instead of using the proper E* constants, which is not portable (POSIX does not specify any actual value of the E* constants).
This makes the test test_leaking_fds_on_error fail on OSes where the errno ENOENT has a value different than two (like on GNU/Hurd, for example).

The attached patch was done in the py3k branch, but the issue appears in any other branch (including trunk). Could you please fix the issue also in the active Python branches?
History
Date User Action Args
2010-09-18 16:44:32pinosetrecipients: + pino
2010-09-18 16:44:32pinosetmessageid: <1284828272.46.0.993131390334.issue9894@psf.upfronthosting.co.za>
2010-09-18 16:44:30pinolinkissue9894 messages
2010-09-18 16:44:30pinocreate