mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Merge latest Tulip into asyncio
This commit is contained in:
parent
b62deac9a3
commit
0742cae335
3 changed files with 0 additions and 7 deletions
|
|
@ -169,9 +169,6 @@ class _UnixSelectorEventLoop(selector_events.BaseSelectorEventLoop):
|
|||
def _child_watcher_callback(self, pid, returncode, transp):
|
||||
self.call_soon_threadsafe(transp._process_exited, returncode)
|
||||
|
||||
def _subprocess_closed(self, transp):
|
||||
pass
|
||||
|
||||
|
||||
def _set_nonblocking(fd):
|
||||
flags = fcntl.fcntl(fd, fcntl.F_GETFL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue