Browse Source
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
It has been documented as deprecated and to be removed in 3.8; From a comment on another thread – which I can't find ; leave get_coro_wrapper() for now, but always return `None`. https://bugs.python.org/issue36933pull/13613/head
committed by
Miss Islington (bot)
11 changed files with 7 additions and 287 deletions
-
59Doc/library/sys.rst
-
1Doc/tools/susp-ignored.csv
-
4Doc/whatsnew/3.8.rst
-
2Include/ceval.h
-
3Include/cpython/pystate.h
-
93Lib/test/test_coroutines.py
-
2Misc/NEWS.d/next/Library/2019-05-26-10-16-55.bpo-36933.4w3eP9.rst
-
39Python/ceval.c
-
29Python/clinic/sysmodule.c.h
-
4Python/pystate.c
-
58Python/sysmodule.c
@ -0,0 +1,2 @@ |
|||
The functions ``sys.set_coroutine_wrapper`` and ``sys.get_coroutine_wrapper`` |
|||
that were deprecated and marked for removal in 3.8 have been removed. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue