• Home
  • Raw
  • Download

Lines Matching +full:stale +full:- +full:issue +full:- +full:message

175         reordered.extend(addrinfos_lists[0][:first_address_family_count - 1])
176 del addrinfos_lists[0][:first_address_family_count - 1]
188 # Issue #22429: run_forever() already finished, no need to
297 self._active_count -= 1
435 del task._source_traceback[-1]
496 """Write a byte to self-pipe, to wake up the event loop.
500 The subclass is responsible for implementing the self-pipe.
549 'message': f'an error occurred during closing of '
611 with the same coroutine twice -- it would wrap it in two
623 # is no need to log the "destroy pending task" message
716 del timer._source_traceback[-1]
730 del timer._source_traceback[-1]
751 del handle._source_traceback[-1]
767 del handle._source_traceback[-1]
774 Non-thread-safe methods of this class make this assumption and will
785 "Non-thread-safe operation invoked on an event loop other "
789 """Like call_soon(), but thread-safe."""
795 del handle._source_traceback[-1]
839 dt = self.time() - t0
865 raise ValueError("the socket must be non-blocking")
878 # non-mmap files even if sendfile is supported by OS
895 blocksize = min(count - total_sent, blocksize)
923 "offset must be a non-negative integer (got {!r})".format(
927 "offset must be a non-negative integer (got {!r})".format(
990 # already-connected socket was passed or when only a port
992 # server_hostname='' -- this will bypass the hostname
1123 The method uses high-performance os.sendfile if available.
1178 blocksize = min(count - total_sent, blocksize)
1281 logger.error('Unable to check or remove stale UNIX '
1293 '2-tuple is expected')
1318 # bpo-37228
1688 This default handler logs the error message and other
1689 context-dependent information. In debug mode, a truncated
1696 message = context.get('message')
1697 if not message:
1698 message = 'Unhandled exception in event loop'
1712 log_lines = [message]
1714 if key in {'message', 'exception'}:
1736 - 'message': Error message;
1737 - 'exception' (optional): Exception object;
1738 - 'future' (optional): Future instance;
1739 - 'task' (optional): Task instance;
1740 - 'handle' (optional): Handle instance;
1741 - 'protocol' (optional): Protocol instance;
1742 - 'transport' (optional): Transport instance;
1743 - 'socket' (optional): Socket instance;
1744 - 'asyncgen' (optional): Asynchronous generator that caused
1774 'message': 'Unhandled error in exception handler',
1833 self._timer_cancelled_count -= 1
1843 timeout = min(max(0, when - self.time()), MAXIMUM_SELECT_TIMEOUT)
1861 # callbacks scheduled by callbacks run this time around --
1863 # Use an idiom that is thread-safe without using locks.
1874 dt = self.time() - t0