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 yuriy_levchenko
Recipients yuriy_levchenko
Date 2016-03-04.16:46:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457109973.75.0.047131092344.issue26480@psf.upfronthosting.co.za>
In-reply-to
Content
i have Fatal Error 

"Py_Initialize: can't initialize sys standard streams"

because fail to create

fd = fileno(stdin);

std = create_stdio(iomod, fd, 0, "<stdin>", encoding, errors);

I do not need to create this input|output

if i comment this code, and setup 

__stdin__= None
__stdout__= None
__stderr__= None

all workin fine
History
Date User Action Args
2016-03-04 16:46:13yuriy_levchenkosetrecipients: + yuriy_levchenko
2016-03-04 16:46:13yuriy_levchenkosetmessageid: <1457109973.75.0.047131092344.issue26480@psf.upfronthosting.co.za>
2016-03-04 16:46:13yuriy_levchenkolinkissue26480 messages
2016-03-04 16:46:13yuriy_levchenkocreate