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 saulshanabrook
Recipients docs@python, saulshanabrook
Date 2021-11-14.08:35:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636878918.36.0.477893630155.issue45805@roundup.psfhosted.org>
In-reply-to
Content
Actually, keeping this open. 

I am still unclear if this is expected behavior or not, but I do notice that the dis module is unable to read the flag when the annotations future is imported.

For example `dis.pretty_flags(compile("from __future__ import annotations", "", "exec").co_flags)` return `'NOFREE, 0x1000000'`. 

Sorry for the repeated messages.
History
Date User Action Args
2021-11-14 08:35:18saulshanabrooksetrecipients: + saulshanabrook, docs@python
2021-11-14 08:35:18saulshanabrooksetmessageid: <1636878918.36.0.477893630155.issue45805@roundup.psfhosted.org>
2021-11-14 08:35:18saulshanabrooklinkissue45805 messages
2021-11-14 08:35:18saulshanabrookcreate