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 AlexWaygood
Recipients AlexWaygood, aidan.b.clark, eric.smith, gvanrossum, kj, slebedev, sobolevn
Date 2021-10-22.20:30:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634934656.72.0.15520509128.issue45524@roundup.psfhosted.org>
In-reply-to
Content
@Sergei, I believe that's a much larger issue, and one that's quite difficult to solve. It's one of the principal reasons why `from __future__ import annotations` behaviour wasn't made the default in Python 3.10, as was originally the plan. (This behaviour doesn't play nicely with libraries such as pydantic that analyse annotations at runtime.) I think it's probably beyond the scope of this BPO issue :)

https://mail.python.org/archives/list/python-dev@python.org/thread/CLVXXPQ2T2LQ5MP2Y53VVQFCXYWQJHKZ/
History
Date User Action Args
2021-10-22 20:30:57AlexWaygoodsetrecipients: + AlexWaygood, gvanrossum, eric.smith, slebedev, sobolevn, kj, aidan.b.clark
2021-10-22 20:30:56AlexWaygoodsetmessageid: <1634934656.72.0.15520509128.issue45524@roundup.psfhosted.org>
2021-10-22 20:30:56AlexWaygoodlinkissue45524 messages
2021-10-22 20:30:56AlexWaygoodcreate