"for/while ... break(by any means) ... else" make sense?

Chris Angelico rosuav at gmail.com
Wed Jun 29 21:28:26 EDT 2016


On Thu, Jun 30, 2016 at 10:27 AM, Steven D'Aprano <steve at pearwood.info> wrote:
> Following os.abort(), the interpreter exits in the hardest, quickest manner
> possible.

os.kill(os.getpid(), 9)

Now THAT is the hardest way to abort. You ain't comin' back from this one!

ChrisA



More information about the Python-list mailing list