summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_context.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)AMIR2019-12-081-3/+4
| | | | | | | | | | now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None. https://bugs.python.org/issue38979 Automerge-Triggered-By: @asvetlov
* bpo-33985: Implement ContextVar.name attribute. (GH-7980)Yury Selivanov2018-06-281-2/+7
|
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-0/+1064