]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
authorJason Fried <me@jasonfried.info>
Tue, 24 Sep 2024 03:40:17 +0000 (20:40 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 03:40:17 +0000 (20:40 -0700)
commitd87482bc4ee9458d6ba16140e7bc008637dbbb16
tree73f8b75435b42383b5960fcfa0d78068dd6e55da
parentad7c7785461fffba04f5a36cd6d062e92b0fda16
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/c-api/contextvars.rst
Include/cpython/context.h
Include/internal/pycore_context.h
Include/internal/pycore_interp.h
Lib/test/test_capi/test_watchers.py
Misc/NEWS.d/next/C API/2024-05-21-18-28-44.gh-issue-119333.OTsYVX.rst [new file with mode: 0644]
Modules/_testcapi/watchers.c
Python/context.c
Python/pystate.c
Tools/c-analyzer/cpython/ignored.tsv