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 gvanrossum
Recipients Mark.Shannon, gvanrossum, kayhayen, levkivskyi, serhiy.storchaka, terry.reedy
Date 2018-07-21.16:27:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532190453.1.0.56676864532.issue34136@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the research. At this point I'm wondering what this test is testing. There is no prescribed behavior once you delete __annotations__ from the scope -- it is not a supported operation. At the same time I don't want to add any code enforcing that it fails. Unless you disagree, I think in 3.6 we should just delete the test.
History
Date User Action Args
2018-07-21 16:27:33gvanrossumsetrecipients: + gvanrossum, terry.reedy, kayhayen, Mark.Shannon, serhiy.storchaka, levkivskyi
2018-07-21 16:27:33gvanrossumsetmessageid: <1532190453.1.0.56676864532.issue34136@psf.upfronthosting.co.za>
2018-07-21 16:27:33gvanrossumlinkissue34136 messages
2018-07-21 16:27:33gvanrossumcreate