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 leot
Recipients MartinHusemann, leot, wiz, xdegaye
Date 2018-05-19.11:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526728767.18.0.682650639539.issue33384@psf.upfronthosting.co.za>
In-reply-to
Content
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):
History
Date User Action Args
2018-05-19 11:19:27leotsetrecipients: + leot, wiz, xdegaye, MartinHusemann
2018-05-19 11:19:27leotsetmessageid: <1526728767.18.0.682650639539.issue33384@psf.upfronthosting.co.za>
2018-05-19 11:19:27leotlinkissue33384 messages
2018-05-19 11:19:27leotcreate