This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Patch for bug 933795. term.h and curses on Solaris
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: beerfrick, loewis
Priority: normal Keywords: patch

Created on 2004-08-19 15:42 by beerfrick, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-configure-solaris-term.h.patch beerfrick, 2004-08-19 15:42 Patch for issue 933795
Messages (3)
msg46743 - (view) Author: Ariel Arjona (beerfrick) Date: 2004-08-19 15:42
The following patch solves issue 933795.

Also see for more info:
http://lists.gnu.org/archive/html/bug-autoconf/2003-05/msg00118.html


This issue affects 2.3.3 and 2.3.4.
The can be applied to both.
msg46744 - (view) Author: Ariel Arjona (beerfrick) Date: 2004-08-19 15:44
Logged In: YES 
user_id=200741

Forgot: patch tested on Solaris 8 on SPARC.
msg46745 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-09-18 10:08
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

configure 1.458
configure.in 1.471
pyconfig.h.in 1.104
configure 1.416.4.17
configure.in 1.427.4.16
pyconfig.h.in 1.83.4.6
NEWS 1.831.4.150

I made a few modifications to the patch: move curses.h test
into the main header loop, and remove the double square
brackets (which did not serve a purpose).
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40788
2004-08-19 15:42:13beerfrickcreate