Issue 32643: Make Task._step, Task._wakeup and Future._schedule_callback methods private (original) (raw)

Issue32643

Created on 2018-01-24 05:32 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5293 merged yselivanov,2018-01-24 05:33
Messages (2)
msg310561 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2018-01-24 05:32
I propose to drop support for overloading Task._step, Task._wakeup, and Future._schedule_callbacks. This makes the implementation easier for us to maintain and optimize. It also makes it easier for alternative asyncio event loops and interops with other async frameworks.
msg310611 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2018-01-24 16:31
New changeset 22feeb88b473b288950cdb2f6c5d28692274b5f9 by Yury Selivanov in branch 'master': bpo-32643: Drop support for a few private Task and Future APIs. (#5293) https://github.com/python/cpython/commit/22feeb88b473b288950cdb2f6c5d28692274b5f9
History
Date User Action Args
2022-04-11 14:58:57 admin set github: 76824
2018-01-24 16:31:19 yselivanov set status: open -> closedresolution: fixedstage: patch review -> resolved
2018-01-24 16:31:08 yselivanov set messages: +
2018-01-24 08:16:36 chris.jerdonek set nosy: + chris.jerdonek
2018-01-24 05:33:28 yselivanov set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest5140>
2018-01-24 05:32:19 yselivanov create