This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients gvanrossum, levkivskyi
Date 2016-09-07.23:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473292186.01.0.288185927352.issue27985@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-09-07 23:49:46levkivskyisetrecipients: + levkivskyi, gvanrossum
2016-09-07 23:49:46levkivskyisetmessageid: <1473292186.01.0.288185927352.issue27985@psf.upfronthosting.co.za>
2016-09-07 23:49:46levkivskyilinkissue27985 messages
2016-09-07 23:49:45levkivskyicreate