[ python-Bugs-1036752 ] printf() in dynload_shlib.c should be PySys_WriteStderr

SourceForge.net noreply at sourceforge.net
Thu Sep 30 02:48:47 CEST 2004


Bugs item #1036752, was opened at 2004-09-28 22:21
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1036752&group_id=5470

Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Jp Calderone (kuran)
>Assigned to: Martin v. Löwis (loewis)
Summary: printf() in dynload_shlib.c should be PySys_WriteStderr

Initial Comment:

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


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

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-09-29 19:48

Message:
Logged In: YES 
user_id=80475

Martin, I believe this is your code.

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

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


More information about the Python-bugs-list mailing list