[docs] [issue36359] contextvars documentation unclear on thread-locality

Hameer Abbasi report at bugs.python.org
Tue Mar 19 03:26:24 EDT 2019


New submission from Hameer Abbasi <habbasi at quansight.com>:

The documentation here: https://docs.python.org/3/library/contextvars.html does not mention anything about context-variables being thread-local or not. It should definitely make that more clear.

I was told by Freenode user njs (I strongly suspect its Nathaniel J. Smith) that they are.

----------
assignee: docs at python
components: Documentation
messages: 338322
nosy: Hameer Abbasi2, docs at python, yselivanov
priority: normal
severity: normal
status: open
title: contextvars documentation unclear on thread-locality
type: enhancement
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36359>
_______________________________________


More information about the docs mailing list