StackOverflow Questions for Tag: python-contextvars

Vlad Vladovich
Vlad Vladovich

Reputation: 133

Python: Copy context (contextvars.Context) to a separate thread

Score: 3

Views: 2940

Answers: 2

Read More
shoshanie
shoshanie

Reputation: 11

setting thread safe dictionary of runtime vars using contextvars

Score: 1

Views: 65

Answers: 2

Read More
Graham Lea
Graham Lea

Reputation: 6343

Is there any reason to use Python threading.local() rather than a ContextVar (in >= 3.7)

Score: 14

Views: 4828

Answers: 2

Read More

What happens with ContextVar if don't reset it?

Score: 1

Views: 63

Answers: 1

Read More
Tom
Tom

Reputation: 7992

ContextVar set and reset in the same function fails - created in a different context

Score: 2

Views: 308

Answers: 2

Read More
Kyuubi
Kyuubi

Reputation: 1240

Intermittently losing ContextVar when passing from parent to child thread

Score: 1

Views: 83

Answers: 1

Read More
Tuukka Mustonen
Tuukka Mustonen

Reputation: 4831

Factory for contextvar default value

Score: 8

Views: 1732

Answers: 3

Read More
vogelier
vogelier

Reputation: 51

Fetching Context Variables by identifier

Score: 5

Views: 603

Answers: 1

Read More
Joseph Garvin
Joseph Garvin

Reputation: 21974

async version of Context.run for context vars in python asyncio?

Score: 0

Views: 866

Answers: 2

Read More
Maurício Silva
Maurício Silva

Reputation: 71

Problem to pass contextvars to logging.handlers.QueueListener in Python

Score: 1

Views: 201

Answers: 1

Read More
Fang Hung-chien
Fang Hung-chien

Reputation: 206

Context Variables should be created at the top module level and never in closures

Score: 0

Views: 465

Answers: 1

Read More
Francesco Ferrari
Francesco Ferrari

Reputation: 1

Contextvars not working in Azure Durable Function and FastAPI

Score: 0

Views: 92

Answers: 0

Read More
mq7
mq7

Reputation: 1299

ContextVar MemoryLeak

Score: 1

Views: 172

Answers: 1

Read More
Michiel Karrenbelt
Michiel Karrenbelt

Reputation: 143

*Dynamically* decorate a recursive function in Python

Score: 1

Views: 93

Answers: 3

Read More
rugubara
rugubara

Reputation: 1

proper use of contextvars with asyncio.create_server

Score: 0

Views: 164

Answers: 1

Read More
Herve Meftah
Herve Meftah

Reputation: 1085

Attribut error when using contextvar in python 3.10

Score: -2

Views: 228

Answers: 1

Read More
S.B
S.B

Reputation: 16546

understanding ContextVar object in Python

Score: 1

Views: 556

Answers: 1

Read More
A l w a y s S u n n y
A l w a y s S u n n y

Reputation: 38542

python contextvars pass and access a variable along the chain of calls

Score: 3

Views: 1683

Answers: 1

Read More
Abhay
Abhay

Reputation: 526

Python: Pass ContexVars from parent thread to child thread spawn using threading.Thread()

Score: 3

Views: 1701

Answers: 1

Read More
James Lin
James Lin

Reputation: 26558

ContextVars across modules

Score: 17

Views: 8579

Answers: 4

Read More
PreviousPage 1Next