[pywin32-bugs] [ pywin32-Bugs-3058010 ] breakpoint delete crash
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2010-09-02 06:58:58
|
Bugs item #3058010, was opened at 2010-09-02 08:58 Message generated for change (Tracker Item Submitted) made by kxroberto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3058010&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: kxroberto (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: breakpoint delete crash Initial Comment: File "C:\Python26\Lib\site-packages\pythonwin\pywin\debugger\debugger.py", line 267, in OnKeyDown return DebuggerWindow.OnKeyDown(self, msg) File "C:\Python26\Lib\site-packages\pythonwin\pywin\debugger\debugger.py", line 164, in OnKeyDown self.DeleteSelected() File "C:\Python26\Lib\site-packages\pythonwin\pywin\debugger\debugger.py", line 333, in DeleteSelected for bplist in Breakpoint.bplist.itervalues(): RuntimeError: dictionary changed size during iteration ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3058010&group_id=78018 |