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 vstinner
Recipients benjamin.peterson, fabioz, pitrou, vstinner
Date 2009-01-03.01:40:07
SpamBayes Score 2.7994139e-08
Marked as misclassified No
Message-id <1230946812.36.0.388326745255.issue4705@psf.upfronthosting.co.za>
In-reply-to
Content
> 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().
History
Date User Action Args
2009-01-03 01:40:12vstinnersetrecipients: + vstinner, pitrou, fabioz, benjamin.peterson
2009-01-03 01:40:12vstinnersetmessageid: <1230946812.36.0.388326745255.issue4705@psf.upfronthosting.co.za>
2009-01-03 01:40:11vstinnerlinkissue4705 messages
2009-01-03 01:40:11vstinnercreate