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

printf() in dynload_shlib.c should be PySys_WriteStderr #40963

Closed
exarkun mannequin opened this issue Sep 29, 2004 · 3 comments
Closed

printf() in dynload_shlib.c should be PySys_WriteStderr #40963

exarkun mannequin opened this issue Sep 29, 2004 · 3 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@exarkun
Copy link
Mannequin

exarkun mannequin commented Sep 29, 2004

BPO 1036752
Nosy @loewis, @rhettinger

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/loewis'
closed_at = <Date 2004-10-03.08:52:09.000>
created_at = <Date 2004-09-29.03:21:16.000>
labels = ['interpreter-core']
title = 'printf() in dynload_shlib.c should be PySys_WriteStderr'
updated_at = <Date 2004-10-03.08:52:09.000>
user = 'https://bugs.python.org/exarkun'

bugs.python.org fields:

activity = <Date 2004-10-03.08:52:09.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2004-09-29.03:21:16.000>
creator = 'exarkun'
dependencies = []
files = []
hgrepos = []
issue_num = 1036752
keywords = []
message_count = 3.0
messages = ['22567', '22568', '22569']
nosy_count = 3.0
nosy_names = ['loewis', 'rhettinger', 'exarkun']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1036752'
versions = ['Python 2.4']

@exarkun
Copy link
Mannequin Author

exarkun mannequin commented Sep 29, 2004

Line 116 of dist/src/Python/dynload_shlib.c contains
a printf() guarded by a Py_VerboseFlag. This should be
a PySys_WriteStderr instead.

@exarkun exarkun mannequin closed this as completed Sep 29, 2004
@exarkun exarkun mannequin assigned loewis Sep 29, 2004
@exarkun exarkun mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Sep 29, 2004
@exarkun exarkun mannequin closed this as completed Sep 29, 2004
@exarkun exarkun mannequin assigned loewis Sep 29, 2004
@exarkun exarkun mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Sep 29, 2004
@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

Martin, I believe this is your code.

@loewis
Copy link
Mannequin

loewis mannequin commented Oct 3, 2004

Logged In: YES
user_id=21627

Thanks for your report. This is now fixed in dynload_shlib.c
2.17

@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