[issue33985] ContextVar does not have a "name" attribute

2018-06-28 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue33985] ContextVar does not have a "name" attribute

2018-06-28 Thread miss-islington
miss-islington added the comment: New changeset 4c20d2bf5d174260558c71052b73d73b6c34 by Miss Islington (bot) in branch '3.7': bpo-33985: Implement ContextVar.name attribute. (GH-7980) https://github.com/python/cpython/commit/4c20d2bf5d174260558c71052b73d73b6c34 -- nosy: +mis

[issue33985] ContextVar does not have a "name" attribute

2018-06-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +7605 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33985] ContextVar does not have a "name" attribute

2018-06-28 Thread Yury Selivanov
Change by Yury Selivanov : -- priority: release blocker -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue33985] ContextVar does not have a "name" attribute

2018-06-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 41cb0baea96a80360971908a0bd79d9d40dd5e44 by Yury Selivanov in branch 'master': bpo-33985: Implement ContextVar.name attribute. (GH-7980) https://github.com/python/cpython/commit/41cb0baea96a80360971908a0bd79d9d40dd5e44 --

[issue33985] ContextVar does not have a "name" attribute

2018-06-27 Thread Yury Selivanov
Yury Selivanov added the comment: Yeah, it seems that I forgot to implement ContextVars.name attribute. Will have a PR shortly. Expect to see this fixed in 3.7.1 in a couple of months. Adding Ned to the issue just in case. -- components: +Interpreter Core -Library (Lib) nosy: +ned

[issue33985] ContextVar does not have a "name" attribute

2018-06-27 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +7591 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue33985] ContextVar does not have a "name" attribute

2018-06-27 Thread Rajiv Vijayakumar
New submission from Rajiv Vijayakumar : Per PEP 567 and the contextvars documentation, I expected that a ContextVar would have a "name" read-only attribute. However I get an AttributeError when accessing ContextVar.name with 3.7.0rc1: > python Python 3.7.0rc1 (v3.7.0rc1:dfad352267, Jun 12 201