Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

The issue is not fixed. The problem is that this still allows invalid syntax 
because the code is optimized away:

def f():
    if 0:
        break
    print("Hello")

f()

----------
nosy: +pablogsal

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue1875>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to