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

@kumaraditya303kumaraditya303 commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

@kumaraditya303kumaraditya303 changed the title gh-116738: make entering of context thread safegh-116738: make entering of contextvars.Context thread safeDec 22, 2025
Comment threadPython/context.c Outdated
@kumaraditya303
kumaraditya303 merged commit d6f77e6 into python:mainJan 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
ContributorAuthor

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kumaraditya303@ambv@colesbury