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, slebedev, sobolevn
Date 2021-10-22.11:22:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634901732.74.0.245627847746.issue45524@roundup.psfhosted.org>
In-reply-to
Content
If you try running my test script with the `from __future__ import annotations` line at the top commented out, however, the error is the same. (`from __future__ import annotations` is obviously still there in the module that's being imported by the test script.)
History
Date User Action Args
2021-10-22 11:22:12AlexWaygoodsetrecipients: + AlexWaygood, eric.smith, slebedev, sobolevn, aidan.b.clark
2021-10-22 11:22:12AlexWaygoodsetmessageid: <1634901732.74.0.245627847746.issue45524@roundup.psfhosted.org>
2021-10-22 11:22:12AlexWaygoodlinkissue45524 messages
2021-10-22 11:22:12AlexWaygoodcreate