Ivan Levkivskyi added the comment:

We discussed this at some point on python/typing. At that time we decided that

class C:

    del __annotations__
    x: int

Should be an error. Do you think that it should behave in a different way in 
interactive REPL and/or at module level?

----------

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

Reply via email to