STINNER Victor <vstin...@redhat.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to