Changes by Shannon Kerr :
--
type: compile error -> behavior
___
Python tracker
<http://bugs.python.org/issue22045>
___
___
Python-bugs-list mailing list
Un
Changes by Shannon Kerr :
--
type: -> compile error
___
Python tracker
<http://bugs.python.org/issue22045>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Shannon Kerr:
If you execute the following commands on a system that doesn’t already have
Python 2.7.X installed on it, it will result in bloated libs that statically
link libpythyon2.7.a instead of the locally built libpython2.7.so:
./configure
make
sudo make install