[New-bugs-announce] [issue46479] Implement typing.reveal_locals

Jelle Zijlstra report at bugs.python.org
Sun Jan 23 00:15:50 EST 2022


New submission from Jelle Zijlstra <jelle.zijlstra at gmail.com>:

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.

----------
assignee: Jelle Zijlstra
components: Library (Lib)
messages: 411344
nosy: AlexWaygood, Jelle Zijlstra, gvanrossum, kj, sobolevn
priority: normal
severity: normal
status: open
title: Implement typing.reveal_locals
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46479>
_______________________________________


More information about the New-bugs-announce mailing list