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 pitrou
Recipients amaury.forgeotdarc, brian.curtin, pitrou, v+python
Date 2011-01-06.08:48:17
SpamBayes Score 2.4932928e-07
Marked as misclassified No
Message-id <1294303695.3716.13.camel@localhost.localdomain>
In-reply-to <1294303349.28.0.311754248837.issue10841@psf.upfronthosting.co.za>
Content
> But there has to be special handling somewhere for opening std*,
> because they are already open, unlike other files.  That is no doubt
> where the bug is.  Can you point me at that code?

See initstdio() in Python/pythonrun.c
History
Date User Action Args
2011-01-06 08:48:20pitrousetrecipients: + pitrou, amaury.forgeotdarc, v+python, brian.curtin
2011-01-06 08:48:17pitroulinkissue10841 messages
2011-01-06 08:48:17pitroucreate