[issue6877] enable compilation of readline module on Mac OS X 10.5 and 10.6

Ronald Oussoren report at bugs.python.org
Sun Feb 7 10:48:22 CET 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

re: msg98913

The addition of an #include of stdlib.h is unnecessary because Python.h already does that. 


re: msg98908

Building against with a 10.3 deployment target should be harmless. A universal build targets 10.3 on purpose because that results in binaries that work on all supported OSX platforms.

BTW. I've pruned the list of python versions, this patch will never be applied to 2.4.

BTW2. I'll do the backport later today.

----------
versions:  -Python 2.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6877>
_______________________________________


More information about the Python-bugs-list mailing list