[pywin32-bugs] [ pywin32-Bugs-3613577 ] Windows tray icon not removed after crash
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2013-05-19 05:23:00
|
Bugs item #3613577, was opened at 2013-05-18 22:23 Message generated for change (Tracker Item Submitted) made by nicksjacobson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3613577&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nick Jacobson (nicksjacobson) Assigned to: Nobody/Anonymous (nobody) Summary: Windows tray icon not removed after crash Initial Comment: In Windows 7, open an instance of pythonwin. A small green snake appears in the windows tray in the taskbar. Run this one-line program in pythonwin: "while True: pass". It will begin processing and never return. Force close the application. bug: In the windows tray, the green snake still appears until you mouse over it, at which time it disappears. This happens reliably every time after a program crash. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3613577&group_id=78018 |