This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steipe
Recipients steipe
Date 2014-11-18.19:09:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416337744.39.0.177828041669.issue22897@psf.upfronthosting.co.za>
In-reply-to
Content
When attempting to save a file containing an &Aring; character with the debugger open, IDLE freezes with/or without partially opening the warning window. (Mac OS X 10.9.5, IDLE running python 2.7.5). Reproducible steps:

- Create and save file with one line:
1+1  # A
- Open IDLE
- Open the debugger
- Open the file
- Delete the "A", type <shift><alt>A
- type <command>s to save. This triggers the problem.

Application hangs ("not responding") and needs to force quit. Sometimes the graphics memory of other applications gets corrupted.
History
Date User Action Args
2014-11-18 19:09:04steipesetrecipients: + steipe
2014-11-18 19:09:04steipesetmessageid: <1416337744.39.0.177828041669.issue22897@psf.upfronthosting.co.za>
2014-11-18 19:09:04steipelinkissue22897 messages
2014-11-18 19:09:03steipecreate