Message396683
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. |
|
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 | |
|