[Patches] [ python-Patches-1435651 ] Detect incomplete readline implementation

SourceForge.net noreply at sourceforge.net
Mon Feb 19 11:37:24 CET 2007


Patches item #1435651, was opened at 2006-02-21 05:33
Message generated for change (Settings changed) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1435651&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: Python 2.5
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Skip Montanaro (montanaro)
Assigned to: Nobody/Anonymous (nobody)
Summary: Detect incomplete readline implementation

Initial Comment:
Here's a patch for setup.py to detect  BSD-ish readlines that
don't have the full suite of readline/history functions needed
by Python (and provided by GNU readline).

Skip


----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2007-02-19 11:33

Message:
Logged In: YES 
user_id=21627
Originator: NO

I'm rejecting this patch as out-of-date. r42562 added a similar change,
although restricted to OSX.

If anybody wants to work on it again, I recommend to add checks for
exported functions to configure, then query them in setup.py (doing it in
distutils is probably impractical, as you would want to cache the result,
just as configure output is cached in config.status).

----------------------------------------------------------------------

Comment By: Brett Cannon (bcannon)
Date: 2006-02-21 05:50

Message:
Logged In: YES 
user_id=357491

You mentioned on python-dev and in the diff that autoconf
could detect this better.  Would adding something to
configure and having distutils.sysconfig.get_config_var()
see if it is set be a better solution?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1435651&group_id=5470


More information about the Patches mailing list