Message307375
As discussed several times before we need to convert `@coroutine` / `yield from` to async/await.
All existing functionality should keep working (like yielding from new style coroutine and `with (yield from lock)`.
We could deprecate the later though.
The change should be huge but there is no alternative, keeping `yield from` in stdlib looks uglier and uglier every year.
Unittests should be changed as well (keeping several `yield from` for checking backward compatibility is Ok).
Opinions? |
|
Date |
User |
Action |
Args |
2017-12-01 09:44:32 | asvetlov | set | recipients:
+ asvetlov, yselivanov |
2017-12-01 09:44:32 | asvetlov | set | messageid: <1512121472.71.0.213398074469.issue32193@psf.upfronthosting.co.za> |
2017-12-01 09:44:32 | asvetlov | link | issue32193 messages |
2017-12-01 09:44:32 | asvetlov | create | |
|