Message396677
> This is arguably a bug in glibc, but Python can easily work around it by linking the core interpreter (the `python` executable and/or `libpython.so`) with libgcc_s at build time (`-lgcc_s`) on Linux. It will then be loaded already if and when it's needed, and glibc won't try to load it on demand.
I fixed the issue differently in bpo-44434.
I mark this issue as a duplicate of bpo-44434. |
|
| Date |
User |
Action |
Args |
| 2021-06-28 23:47:01 | vstinner | set | recipients:
+ vstinner, zwol |
| 2021-06-28 23:47:01 | vstinner | set | messageid: <1624924021.93.0.386722183467.issue37395@roundup.psfhosted.org> |
| 2021-06-28 23:47:01 | vstinner | link | issue37395 messages |
| 2021-06-28 23:47:01 | vstinner | create | |
|