[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-10-23 01:07:23
|
Bugs item #3058010, was opened at 2010-09-02 16:58 Message generated for change (Comment added) made by mhammond 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: Works For Me 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 ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2010-10-23 12:07 Message: I can't repro this - can you please provide more details so I can? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3058010&group_id=78018 |