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.

classification
Title: Implement typing.reveal_locals
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.11
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: JelleZijlstra Nosy List: AlexWaygood, JelleZijlstra, gvanrossum, kj, sobolevn
Priority: normal Keywords: patch

Created on 2022-01-23 05:15 by JelleZijlstra, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30839 closed JelleZijlstra, 2022-01-23 21:24
Messages (2)
msg411344 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-01-23 05:15
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.
msg412579 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-02-05 16:09
Withdrawn as there's insufficient demand for this function.
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90637
2022-02-05 16:09:18JelleZijlstrasetstatus: open -> closed
resolution: rejected
messages: + msg412579

stage: patch review -> resolved
2022-01-23 21:24:12JelleZijlstrasetkeywords: + patch
stage: patch review
pull_requests: + pull_request29022
2022-01-23 05:15:50JelleZijlstracreate