| commit | 3880f263d2994fb1eba25835dddccb0cf696fdf0 | [log] [tgz] |
|---|---|---|
| author | Matthias Bussonnier <bussonniermatthias@gmail.com> | Tue May 28 00:10:59 2019 -0700 |
| committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue May 28 00:10:59 2019 -0700 |
| tree | 0c40e3b7cab9b3aa59600cec290548709d7c7dc4 | |
| parent | 436c2b0d67da68465e709a96daac7340af3a5238 [diff] |
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