Re: WinPython is freezing

Terry Reedy <[email protected]> Fri, 11 May 2018 12:30:53 -0400
Newsgroups gmane.comp.python.idle
Message-ID <[email protected]>
On 5/10/2018 8:12 PM, Mauricio Reis wrote:
> I have 2 suggestions:
> 1) I'm developing a program using SciKitLearn which is freezing my 
> computer (Windows 10) and needs to reboot it; I suggest to add treatment 
> that prevents the locking.

1. SciKitLearn is a 3rd party package.  Address concerns about its 
freezing misbehavior to its developers.

2. WinPython is a 3rd party distribution of Python.  If it behaves 
differently from Python as downloaded from python.org, tell its developers.

3. If you are actually using standard Python from python.org, and have 
problems that do not involve 3rd party packages, the first place to post 
is usually python-list.

> 2) after freezing, the content of the disk program has been deleted 
> (replaced by spaces); I suggest that the editor write a backup of the 
> changed program, as every editor does.

4. I have made a note to check IDLE's save process.  It is not standard 
to leave backups in the directory after a successful save.  The widely 
used program editor Notepad++, for instance, does not.

Terry Jan Reedy