New submission from Jelle Zijlstra <[email protected]>:
Implement typing.reveal_locals() as proposed in https://mail.python.org/archives/list/[email protected]/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 <[email protected]> <https://bugs.python.org/issue46479> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
