Message326545
Antoine:
> Why do you call this a bug?
"./configure --enable-shared && make" links C extensions to libpython. It's surprising that C extensions compiled by Makefile behave differently (not linked to libpython). We need consistency: either *never* link to libpython, or *always* link to libpython. |
|
| Date |
User |
Action |
Args |
| 2018-09-27 11:10:34 | vstinner | set | recipients:
+ vstinner, twouters, barry, nascheme, doko, pitrou, eric.smith, xdegaye, martin.panter, koobs, yan12125, mdk |
| 2018-09-27 11:10:34 | vstinner | set | messageid: <[email protected]> |
| 2018-09-27 11:10:34 | vstinner | link | issue34814 messages |
| 2018-09-27 11:10:34 | vstinner | create | |
|