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.

Author dmcisaac
Recipients
Date 2004-06-25.17:23:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 14:22:58adminlinkissue979872 messages
2007-08-23 14:22:58admincreate