Leonardo Taccari <iaml...@gmail.com> added the comment:

A simpler way to reproduce that (probably this problem is not limited to
building but to sys module):

    (sleep 10; python3.6 -c 'import sys' >/tmp/log 2>&1) & exit

And in `/tmp/log':

    Fatal Python error: Py_Initialize: can't initialize sys standard streams
    OSError: [Errno 9] Bad file descriptor
     
    Current thread 0x00007226e0ab3800 (most recent call first):

----------
nosy: +leot

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to