[ python-Bugs-979872 ] On HPUX 11i universal newlines seems to cause readline(s) to

SourceForge.net noreply at sourceforge.net
Fri Jun 25 13:23:13 EDT 2004


Bugs item #979872, was opened at 2004-06-25 13:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=979872&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: dmcisaac (dmcisaac)
Assigned to: Nobody/Anonymous (nobody)
Summary: On HPUX 11i universal newlines seems to cause readline(s) to

Initial Comment:
I compiled version 2.3.4 on hp-ux 11i, with shared and 
threads enabled, using Gnu c 3.3.3.
'make test' fails on all tests that use readline() and/or 
readlines() and test_univnewlines fails with a memory 
fault and core dump. All other tests pass that I expect 
to pass.
If I hand modify pyconfig.h to comment out with 
universal newline support and recompile (after a make 
clean) then the readline(s) failures go away.
I have also compiled without thread support and got the 
same failures as with using universal newlines.

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

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



More information about the Python-bugs-list mailing list