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 JelleZijlstra
Recipients AlexWaygood, JelleZijlstra, gvanrossum, kj, sobolevn
Date 2022-01-23.05:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642914950.74.0.308190454121.issue46479@roundup.psfhosted.org>
In-reply-to
Content
Implement typing.reveal_locals() as proposed in https://mail.python.org/archives/list/typing-sig@python.org/thread/5MGN6HZWTJELNLIUOXTHLIXVLKZCEWY2/. This is a marker for type checkers that causes them to emit the types of all local variables.
History
Date User Action Args
2022-01-23 05:15:50JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum, sobolevn, kj, AlexWaygood
2022-01-23 05:15:50JelleZijlstrasetmessageid: <1642914950.74.0.308190454121.issue46479@roundup.psfhosted.org>
2022-01-23 05:15:50JelleZijlstralinkissue46479 messages
2022-01-23 05:15:50JelleZijlstracreate