06.01.19 17:35, Chris Angelico пише:
On Mon, Jan 7, 2019 at 2:27 AM Serhiy Storchaka <storch...@gmail.com> wrote:
Because there is a reason for such code.

What reason though??

I added references and excerpts in the previous message.

In short, the code

      try:
          1/0
      except Exception as e:
          del e

should work.

But obviously not, because the code was specifically written to set it
to None first.
Did you tried it? It works.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to