Issue 36359: contextvars documentation unclear on thread-locality (original) (raw)

Issue36359

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:12 admin set github: 80540
2019-03-19 07:26:24 Hameer Abbasi2 create