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

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

If no, we can mark the issue as easy(C) and wait for a volunteer, the fix seems trivial.
History
Date User Action Args
2019-12-05 13:04:19asvetlovsetrecipients: + asvetlov, yselivanov
2019-12-05 13:04:18asvetlovsetmessageid: <1575551058.99.0.903743507965.issue38979@roundup.psfhosted.org>
2019-12-05 13:04:18asvetlovlinkissue38979 messages
2019-12-05 13:04:18asvetlovcreate