]> granicus.if.org Git - python/commit
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Jun 2018 17:39:54 +0000 (10:39 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Jun 2018 17:39:54 +0000 (10:39 -0700)
commit4c20d2bf5daaaa174260558c71052b73d73b6c34
tree13758c04c471b8a48570c518acf551c37b22c15c
parent48dc7527e32512a27a58107477926719ea4c589b
bpo-33985: Implement ContextVar.name attribute. (GH-7980)

(cherry picked from commit 41cb0baea96a80360971908a0bd79d9d40dd5e44)

Co-authored-by: Yury Selivanov <yury@magic.io>
Doc/library/contextvars.rst
Lib/test/test_context.py
Misc/NEWS.d/next/Core and Builtins/2018-06-27-18-56-41.bpo-33985.ILJ3Af.rst [new file with mode: 0644]
Python/context.c