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

SourceForge.net noreply at sourceforge.net
Mon Jun 28 15:31:15 EDT 2004


Bugs item #979872, was opened at 2004-06-25 13:23
Message generated for change (Comment added) made by dmcisaac
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.

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

>Comment By: dmcisaac (dmcisaac)
Date: 2004-06-28 15:31

Message:
Logged In: YES 
user_id=1071078

On further investigation I got everything to compile the way I 
think it should if I ommit optimization.

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

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