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

SourceForge.net noreply at sourceforge.net
Sun Oct 3 10:52:10 CEST 2004


Bugs item #1036752, was opened at 2004-09-29 05:21
Message generated for change (Comment added) made by loewis
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: Closed
>Resolution: Fixed
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: Martin v. Löwis (loewis)
Date: 2004-10-03 10:52

Message:
Logged In: YES 
user_id=21627

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

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

Comment By: Raymond Hettinger (rhettinger)
Date: 2004-09-30 02: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