]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129889: Support context manager protocol by contextvars.Token (#129888)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 12 Feb 2025 11:32:58 +0000 (12:32 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2025 11:32:58 +0000 (12:32 +0100)
commit469d2e416c453b19d7a75fe31ceec732445e9ef2
treec73f4b6a6782287be9d444df48e9929a94f923fc
parente1b38ea82ee20ad8b10578e7244e292b3fac9ae8
gh-129889: Support context manager protocol by contextvars.Token (#129888)
Doc/library/contextvars.rst
Doc/whatsnew/3.14.rst
Lib/test/test_context.py
Misc/NEWS.d/next/Library/2025-02-10-09-45-49.gh-issue-129889.PBHXU5.rst [new file with mode: 0644]
Python/clinic/context.c.h
Python/context.c