summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_context.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)Miss Islington (bot)2019-12-081-3/+4
| | | | | | | | | | now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None. https://bugs.python.org/issue38979 Automerge-Triggered-By: @asvetlov (cherry picked from commit 28c91631c24e53713ad0e8a2bbae716373f5e53d) Co-authored-by: AMIR <31338382+amiremohamadi@users.noreply.github.com>
* bpo-33985: Implement ContextVar.name attribute. (GH-7980)Miss Islington (bot)2018-06-281-2/+7
| | | | | (cherry picked from commit 41cb0baea96a80360971908a0bd79d9d40dd5e44) Co-authored-by: Yury Selivanov <yury@magic.io>
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-0/+1064