Message317114
| 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:27 | leot | set | recipients: + leot, wiz, xdegaye, MartinHusemann |
| 2018-05-19 11:19:27 | leot | set | messageid: <1526728767.18.0.682650639539.issue33384@psf.upfronthosting.co.za> |
| 2018-05-19 11:19:27 | leot | link | issue33384 messages |
| 2018-05-19 11:19:27 | leot | create | |