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 alex.gronholm
Recipients alex.gronholm, mjpieters
Date 2016-03-03.18:24:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457029458.32.0.509801227882.issue26477@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder why they forward references are evaluated *at all* at this point. Seems senseless to me. This should be the job of the static type checker or the get_type_hints() function.
History
Date User Action Args
2016-03-03 18:24:18alex.gronholmsetrecipients: + alex.gronholm, mjpieters
2016-03-03 18:24:18alex.gronholmsetmessageid: <1457029458.32.0.509801227882.issue26477@psf.upfronthosting.co.za>
2016-03-03 18:24:18alex.gronholmlinkissue26477 messages
2016-03-03 18:24:18alex.gronholmcreate