Skip to main content

2 docs tagged with "python"

View all tags

CRE-2025-0028

In OpenTelemetry Python, detaching a context token that was created in a different context can raise a `ValueError`. This occurs when asynchronous operations, such as generators or coroutines, are finalized in a different context than they were created, leading to context management errors and potential trace data loss.

CRE-2025-0041

\- In redis\-py v5.x, sharing a single Redis client across async tasks or subprocesses can result in\: