This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: contextvars documentation unclear on thread-locality
Type: enhancement Stage:
Components: Documentation Versions: Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Hameer Abbasi2, docs@python, yselivanov
Priority: normal Keywords:

Created on 2019-03-19 07:26 by Hameer Abbasi2, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg338322 - (view) Author: Hameer Abbasi (Hameer Abbasi2) Date: 2019-03-19 07:26
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.
History
Date User Action Args
2022-04-11 14:59:12adminsetgithub: 80540
2019-03-19 07:26:24Hameer Abbasi2create