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, emma_smith, glyph, gvanrossum, mental, ryansobol
Date 2020-11-12.19:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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, emma_smith, BTaskaya, mental
2020-11-12 19:29:50ryansobolsetmessageid: <[email protected]>
2020-11-12 19:29:50ryansobollinkissue41987 messages
2020-11-12 19:29:50ryansobolcreate