Hans Lellelid added the comment:
I'm having apparently the same issue when attempting to build an RPM (based on
EPEL 2.6.5 SPEC) on CentOS 5.5 i386.
A straight configure/make/make install will work fine, but when editing
Modules/Setup.dist to enabled *shared* (and then uncommentin
Hans Lellelid added the comment:
Ok, I think I have tracked down the problem to a change that happened in
site.py. In comparing against a build that worked fine for Python 2.6.5, I
noticed that the Modules subdir (which contains the shared .so files) was
present on the sys.path for Python
Hans Lellelid added the comment:
Personally, I also think that this is a bugfix, though I realize that in
order to fix the bug an API addition had to be made. So +1 from me on
rolling into 2.6 (though my opinion is simply that of someone who's
eager to see it
Hans Lellelid added the comment:
Sure -- I will tackle that this week; I hope I can come up with
something satisfactory. As I have not provided doc patches before for
Python I may need to spin up a bit on that (and of course on the exact
meaning of the set_tunnel method in this context) -- but
Changes by Hans Lellelid :
--
nosy: +hozn
___
Python tracker
<http://bugs.python.org/issue7946>
___
___
Python-bugs-list mailing list
Unsubscribe:
Hans Lellelid added the comment:
FWIW, I am experiencing the issue described here with Python 3.5.1.
--
nosy: +Hans Lellelid
___
Python tracker
<http://bugs.python.org/issue26