Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On HPUX 11i universal newlines seems to cause readline(s) to #40454

Closed
dmcisaac mannequin opened this issue Jun 25, 2004 · 3 comments
Closed

On HPUX 11i universal newlines seems to cause readline(s) to #40454

dmcisaac mannequin opened this issue Jun 25, 2004 · 3 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@dmcisaac
Copy link
Mannequin

dmcisaac mannequin commented Jun 25, 2004

BPO 979872
Nosy @mwhudson

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/mwhudson'
closed_at = <Date 2004-08-07.21:21:07.000>
created_at = <Date 2004-06-25.17:23:13.000>
labels = ['interpreter-core']
title = 'On HPUX 11i universal newlines seems to cause readline(s) to'
updated_at = <Date 2004-08-07.21:21:07.000>
user = 'https://bugs.python.org/dmcisaac'

bugs.python.org fields:

activity = <Date 2004-08-07.21:21:07.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2004-06-25.17:23:13.000>
creator = 'dmcisaac'
dependencies = []
files = []
hgrepos = []
issue_num = 979872
keywords = []
message_count = 3.0
messages = ['21306', '21307', '21308']
nosy_count = 2.0
nosy_names = ['mwh', 'dmcisaac']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue979872'
versions = ['Python 2.3']

@dmcisaac
Copy link
Mannequin Author

dmcisaac mannequin commented Jun 25, 2004

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.

@dmcisaac dmcisaac mannequin closed this as completed Jun 25, 2004
@dmcisaac dmcisaac mannequin assigned mwhudson Jun 25, 2004
@dmcisaac dmcisaac mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jun 25, 2004
@dmcisaac dmcisaac mannequin closed this as completed Jun 25, 2004
@dmcisaac dmcisaac mannequin assigned mwhudson Jun 25, 2004
@dmcisaac dmcisaac mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jun 25, 2004
@dmcisaac
Copy link
Mannequin Author

dmcisaac mannequin commented Jun 28, 2004

Logged In: YES
user_id=1071078

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

@mwhudson
Copy link

mwhudson commented Aug 7, 2004

Logged In: YES
user_id=6656

Closing. Hope that's what you wanted.

Sometimes bugs that go away when you turn off optimization
are real problems in Python code. But not very often --
and even less often on HP-UX :-/

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)
Projects
None yet
Development

No branches or pull requests

1 participant