mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
(cherry picked from commit 1dfac27dff
)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
This commit is contained in:
parent
15cd7a7f9e
commit
50e8b2ff02
2 changed files with 2 additions and 2 deletions
|
@ -1383,7 +1383,7 @@ class ThreadedChildWatcher(AbstractChildWatcher):
|
|||
def remove_child_handler(self, pid):
|
||||
# asyncio never calls remove_child_handler() !!!
|
||||
# The method is no-op but is implemented because
|
||||
# abstract base classes requires it
|
||||
# abstract base classes require it.
|
||||
return True
|
||||
|
||||
def attach_loop(self, loop):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue