]> granicus.if.org Git - python/commit
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Tue, 28 May 2019 07:10:59 +0000 (00:10 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 May 2019 07:10:59 +0000 (00:10 -0700)
commit3880f263d2994fb1eba25835dddccb0cf696fdf0
tree0c40e3b7cab9b3aa59600cec290548709d7c7dc4
parent436c2b0d67da68465e709a96daac7340af3a5238
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/issue36933
Doc/library/sys.rst
Doc/tools/susp-ignored.csv
Doc/whatsnew/3.8.rst
Include/ceval.h
Include/cpython/pystate.h
Lib/test/test_coroutines.py
Misc/NEWS.d/next/Library/2019-05-26-10-16-55.bpo-36933.4w3eP9.rst [new file with mode: 0644]
Python/ceval.c
Python/clinic/sysmodule.c.h
Python/pystate.c
Python/sysmodule.c