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 eric.smith, gvanrossum, levkivskyi
Date 2017-12-26.23:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514330683.6.0.213398074469.issue32428@psf.upfronthosting.co.za>
In-reply-to
Content
A possible question here is should we give an error for any non-callable name in `__dict__` which is not in `__annotations__` or only for `Field`s?

After some thinking I am actually leaning towards the first option.
History
Date User Action Args
2017-12-26 23:24:43levkivskyisetrecipients: + levkivskyi, gvanrossum, eric.smith
2017-12-26 23:24:43levkivskyisetmessageid: <1514330683.6.0.213398074469.issue32428@psf.upfronthosting.co.za>
2017-12-26 23:24:43levkivskyilinkissue32428 messages
2017-12-26 23:24:43levkivskyicreate