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.

Author Nils Kattenbeck
Recipients Nils Kattenbeck
Date 2019-11-09.17:03:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573319022.95.0.444268473979.issue38756@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-11-09 17:03:42Nils Kattenbecksetrecipients: + Nils Kattenbeck
2019-11-09 17:03:42Nils Kattenbecksetmessageid: <1573319022.95.0.444268473979.issue38756@roundup.psfhosted.org>
2019-11-09 17:03:42Nils Kattenbecklinkissue38756 messages
2019-11-09 17:03:42Nils Kattenbeckcreate