Skip to content

gh-116738: make entering of contextvars.Context thread safe - #143074

Merged
kumaraditya303 merged 4 commits into
python:mainfrom
kumaraditya303:context
Jan 6, 2026
Merged

gh-116738: make entering of contextvars.Context thread safe#143074
kumaraditya303 merged 4 commits into
python:mainfrom
kumaraditya303:context

Conversation

@kumaraditya303

@kumaraditya303 kumaraditya303 commented Dec 22, 2025

Copy link
Copy Markdown
Contributor
@kumaraditya303
kumaraditya303 requested a review from 1st1 as a code owner December 22, 2025 16:18
@kumaraditya303 kumaraditya303 changed the title gh-116738: make entering of context thread safe Dec 22, 2025
Comment thread Python/context.c Outdated
@kumaraditya303
kumaraditya303 merged commit d6f77e6 into python:main Jan 6, 2026
50 checks passed
@kumaraditya303
kumaraditya303 deleted the context branch January 6, 2026 06:54
@ambv

ambv commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

@kumaraditya303 have you seen the Windows buildbot failures? https://buildbot.python.org/#/builders/1241/builds/7624

@kumaraditya303

Copy link
Copy Markdown
Contributor Author

have you seen the Windows buildbot failures?

It failed because of some network error, see ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000). That looks unrelated to me

thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants