Message396683
| Author | vstinner |
|---|---|
| Recipients | erlendaasland, miss-islington, vstinner |
| Date | 2021-06-29.00:07:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1624925261.79.0.13133171758.issue44434@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
On Linux, there is a workaround for Python versions which don't include this fix: $ LD_PRELOAD=/usr/lib64/libgcc_s.so.1 python3 ... To preload the libgcc_s.so.1 library in the Python process when running Python. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-06-29 00:07:41 | vstinner | set | recipients: + vstinner, miss-islington, erlendaasland |
| 2021-06-29 00:07:41 | vstinner | set | messageid: <1624925261.79.0.13133171758.issue44434@roundup.psfhosted.org> |
| 2021-06-29 00:07:41 | vstinner | link | issue44434 messages |
| 2021-06-29 00:07:41 | vstinner | create | |