Home
last modified time | relevance | path

Searched refs:_log_traceback (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/asyncio/
Dfutures.py113 def _log_traceback(self): member in Future
116 @_log_traceback.setter
117 def _log_traceback(self, val): member in Future
Dtasks.py201 self._log_traceback = False
/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py418 fut._log_traceback = True
641 del fut._log_traceback
Dtest_tasks.py1024 task._log_traceback = True
/third_party/python/Misc/NEWS.d/
D3.7.0a4.rst303 Prevent Python crash from happening when Future._log_traceback is set to