[New-bugs-announce] [issue37045] Implement PEP 591: add Final qualifier and @final decorator to typing

Ivan Levkivskyi report at bugs.python.org
Sat May 25 14:29:03 EDT 2019


New submission from Ivan Levkivskyi <levkivskyi at gmail.com>:

The actual implementation is performed by type checkers like mypy. We just need to add the names to the `typing` module.

----------
assignee: levkivskyi
components: Library (Lib)
messages: 343501
nosy: gvanrossum, levkivskyi, msullivan
priority: normal
severity: normal
stage: needs patch
status: open
title: Implement PEP 591: add Final qualifier and @final decorator to typing
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list