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 yselivanov
Recipients asvetlov, yselivanov
Date 2019-12-05.18:18:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575569891.83.0.835987095606.issue38979@roundup.psfhosted.org>
In-reply-to
Content
> The issue is minor, I suspect nobody wants to derive from ContextVar class.

I don't think that's allowed, actually.

> The generic implementation for __class_getitem__ is returning unmodified self argument. Yuri, is there a reason to behave differently in the case of ContextVar?

No, just an oversight, probably.
History
Date User Action Args
2019-12-05 18:18:11yselivanovsetrecipients: + yselivanov, asvetlov
2019-12-05 18:18:11yselivanovsetmessageid: <1575569891.83.0.835987095606.issue38979@roundup.psfhosted.org>
2019-12-05 18:18:11yselivanovlinkissue38979 messages
2019-12-05 18:18:11yselivanovcreate