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 Mark.Gius
Recipients Mark.Gius, gregory.p.smith, neologix
Date 2012-10-25.22:59:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351205970.18.0.156617005636.issue16327@psf.upfronthosting.co.za>
In-reply-to
Content
Just read the docs for stdin and stdout.  This patch will indtroduce a bug where a provided file descriptor can be closed.  This definitely shouldn't close a file descriptor that isn't created by _get_handles().  I'll update.
History
Date User Action Args
2012-10-25 22:59:30Mark.Giussetrecipients: + Mark.Gius, gregory.p.smith, neologix
2012-10-25 22:59:30Mark.Giussetmessageid: <1351205970.18.0.156617005636.issue16327@psf.upfronthosting.co.za>
2012-10-25 22:59:30Mark.Giuslinkissue16327 messages
2012-10-25 22:59:29Mark.Giuscreate