forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[3.13] pythongh-126451: Register contextvars.Context to colle…
…ctions.abc.Mapping (pythonGH-126452) (python#126518)" This reverts commit 59316a6.
- Loading branch information
1 parent
efd8fe4
commit 9705e20
Showing
3 changed files
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
import _collections_abc | ||
from _contextvars import Context, ContextVar, Token, copy_context | ||
|
||
|
||
__all__ = ('Context', 'ContextVar', 'Token', 'copy_context') | ||
|
||
|
||
_collections_abc.Mapping.register(Context) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
Misc/NEWS.d/next/Library/2024-11-05-11-28-45.gh-issue-126451.XJMtqz.rst
This file was deleted.
Oops, something went wrong.