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 ryansobol
Recipients BTaskaya, ethan smith, glyph, gvanrossum, mental, ryansobol
Date 2020-11-12.19:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605209390.81.0.450017333666.issue41987@roundup.psfhosted.org>
In-reply-to
Content
Also, I'm a bit puzzled about something from the previously mentioned Integer class and its use of __future__.annotations. 

Why is it possible to declare an Integer return type for the add() method, but only possible to declare an "Integer" forward reference for the _() method?
History
Date User Action Args
2020-11-12 19:29:50ryansobolsetrecipients: + ryansobol, gvanrossum, glyph, ethan smith, BTaskaya, mental
2020-11-12 19:29:50ryansobolsetmessageid: <1605209390.81.0.450017333666.issue41987@roundup.psfhosted.org>
2020-11-12 19:29:50ryansobollinkissue41987 messages
2020-11-12 19:29:50ryansobolcreate