[Python-bugs-list] [Bug #117324] threadmodule.c uses fprintf(stderr...)

noreply@sourceforge.net noreply@sourceforge.net
Fri, 20 Oct 2000 01:12:33 -0700


Bug #117324, was updated on 2000-Oct-20 01:12
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: threadmodule.c uses fprintf(stderr...)

Details: threadmodule.c uses fprintf(stderr...) to tell the user an unhandled exception occured in a thread. I think this should be done through PySys_WriteStderr() instead.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=117324&group_id=5470