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 python-dev
Recipients eric.araujo, ezio.melotti, georg.brandl, gregory.p.smith, ideasman42, neologix, pitrou, python-dev
Date 2011-03-15.19:52:40
SpamBayes Score 0.00012700976
Marked as misclassified No
Message-id <E1PzaIJ-00011t-Lj@dinsdale.python.org>
In-reply-to
Content
New changeset 08daf3ef6509 by Gregory P. Smith in branch 'default':
Add unittests demonstrating issue #11432.
http://hg.python.org/cpython/rev/08daf3ef6509

New changeset adcf03b074b7 by Gregory P. Smith in branch 'default':
Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr
http://hg.python.org/cpython/rev/adcf03b074b7

New changeset ead52adcd0c8 by Gregory P. Smith in branch '3.2':
Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr
http://hg.python.org/cpython/rev/ead52adcd0c8

New changeset ad2bd8d338b0 by Gregory P. Smith in branch '3.2':
Add unittests demonstrating issue #11432.
http://hg.python.org/cpython/rev/ad2bd8d338b0
History
Date User Action Args
2011-03-15 19:52:41python-devsetrecipients: + python-dev, georg.brandl, gregory.p.smith, pitrou, ezio.melotti, eric.araujo, ideasman42, neologix
2011-03-15 19:52:40python-devlinkissue11432 messages
2011-03-15 19:52:40python-devcreate