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: Add Void type to typing library
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ocket8888
Priority: normal Keywords: patch

Created on 2021-02-17 17:14 by ocket8888, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 24557 closed ocket8888, 2021-02-17 17:16
Messages (1)
msg387166 - (view) Author: ocket8888 (ocket8888) * Date: 2021-02-17 17:14
It'd be nice to have a "void" type that indicates to static type checkers that a function/method cannot be used in a valid assignment.
History
Date User Action Args
2022-04-11 14:59:41adminsetgithub: 87408
2021-02-17 17:16:53ocket8888setkeywords: + patch
stage: patch review
pull_requests: + pull_request23338
2021-02-17 17:14:52ocket8888create