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 neologix
Recipients gregory.p.smith, neologix, pitrou, sbt, vstinner
Date 2013-08-23.20:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1bg3MiKSbczApwiO3hyf0TBs=93VWR4A1YEvZz2XrwCA@mail.gmail.com>
In-reply-to <1377284072.25.0.977546042307.issue18763@psf.upfronthosting.co.za>
Content
> You might also add a check:
>
>         self.assertLessEqual(remaining_fds, {0, 1, 2})

Well no, because the interpreter might have other FDs open than stdin,
stdout and stderr.
History
Date User Action Args
2013-08-23 20:33:13neologixsetrecipients: + neologix, gregory.p.smith, pitrou, vstinner, sbt
2013-08-23 20:33:13neologixlinkissue18763 messages
2013-08-23 20:33:13neologixcreate