[New-bugs-announce] [issue38756] Add generic versions of weakref types to typing module

Nils Kattenbeck report at bugs.python.org
Sat Nov 9 12:03:42 EST 2019


New submission from Nils Kattenbeck <nilskemail at gmail.com>:

I would like to request the addition of generic variants of some of the types in weakref to the typing module.
This would for example include weakref.WeakKeyDictionary among others.

Doing so would allow one to add type annotations to code using such data structures.

----------
components: Library (Lib)
messages: 356304
nosy: Nils Kattenbeck
priority: normal
severity: normal
status: open
title: Add generic versions of weakref types to typing module
type: enhancement
versions: Python 3.9

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


More information about the New-bugs-announce mailing list