Guido van Rossum <gu...@python.org> added the comment:

I don't think this is a bug, unless you can show an example where the bytecode 
compiler or the interpreter actually crashes. Basically you can change AST 
nodes in lots of ways that don't correspond to valid programs, and as long as 
you can't make CPython crash we don't care.

----------
nosy: +gvanrossum

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

Reply via email to