Bugs item #968033, was opened at 2004-06-07 10:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=968033&group_id=78018
Category: pythonwin
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Aleksander Kowalczyk (thealx)
Assigned to: Nobody/Anonymous (nobody)
Summary: Interactive window repeats each message from Logger object
Initial Comment:
Interactive window can display Logger-generated
messages (INFO, DEBUG, WARN etc).
It works correctly on the first run of the module.
But on the next run, each message is repeated twice.
On third run - repeated 3 times, and so on.
This means that after some runs of the module, You must
restart pywin32 because each logger message is repeated
many times and You cannot read anything useful. This
really pains on hard-debugging sessions.
An error occures on build 201, Windows XP.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=968033&group_id=78018
|