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.

作者 vstinner
收信人 benjamin.peterson, fabioz, pitrou, vstinner
日期 2009-01-03.01:40:07
SpamBayes Score 2.7994139e-08
Marked as misclassified
Message-id <1230946812.36.0.388326745255.issue4705@psf.upfronthosting.co.za>
In-reply-to
内容
> Instead of importing IO each time in create_stdio, 
> maybe you should just pass io.open to create_stdio

create_stdio() uses io.open() but also io.TextIOWrapper. Since io 
module is already imported in initstdio(), I updated the patch to just 
pass the pointer to the module to create_stdio().
历史
日期 用户 动作 参数
2009-01-03 01:40:12vstinner修改recipients: + vstinner, pitrou, fabioz, benjamin.peterson
2009-01-03 01:40:12vstinner修改messageid: <1230946812.36.0.388326745255.issue4705@psf.upfronthosting.co.za>
2009-01-03 01:40:11vstinner链接issue4705 messages
2009-01-03 01:40:11vstinner创建