Feature Request: Reposition Execution

Dave Angel davea at davea.name
Mon May 11 07:57:01 EDT 2015


On 05/11/2015 07:46 AM, Skybuck Flying wrote:
> Hello,
>
> Sometimes it can be handy to "interrupt/reset/reposition" a running script.
>
> For example something externally goes badly wrong.
>

os.kill()

then in your process, handle the exception, and do whatever you think is 
worthwhile.




-- 
DaveA



More information about the Python-list mailing list