mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task (GH-32197)" (GH-95442)
This reverts commit d4bb38f82b
.
This commit is contained in:
parent
d0d0154443
commit
0342c93a6b
5 changed files with 10 additions and 122 deletions
|
@ -63,12 +63,6 @@ For this purpose the following, *private* constructors are listed:
|
|||
|
||||
*context* argument is added.
|
||||
|
||||
.. method:: Task._check_future(future)
|
||||
|
||||
Return ``True`` if *future* is attached to the same loop as the task, ``False``
|
||||
otherwise.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
|
||||
Task lifetime support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue