Home
last modified time | relevance | path

Searched refs:remove_done_callback (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py180 fut.remove_done_callback(lambda f: None)
648 f.remove_done_callback(cb1)
649 f.remove_done_callback(cb1)
671 f.remove_done_callback(cb1)
672 f.remove_done_callback(cb2)
673 f.remove_done_callback(cb1)
695 f.remove_done_callback(cb3)
696 f.remove_done_callback(cb3)
746 self.assertEqual(f.remove_done_callback(cb2), 1)
749 self.assertEqual(f.remove_done_callback(cb3), 0)
[all …]
/external/python/cpython3/Lib/asyncio/
Dtasks.py473 fut.remove_done_callback(cb)
480 fut.remove_done_callback(cb)
531 f.remove_done_callback(_on_completion)
555 fut.remove_done_callback(cb)
594 f.remove_done_callback(_on_completion)
902 inner.remove_done_callback(_inner_done_callback)
Dfutures.py236 def remove_done_callback(self, fn): member in Future
Dbase_events.py638 future.remove_done_callback(_run_until_complete_cb)
/external/python/cpython3/Doc/library/
Dasyncio-future.rst166 .. method:: remove_done_callback(callback)
Dasyncio-task.rst903 .. method:: remove_done_callback(callback)
909 See the documentation of :meth:`Future.remove_done_callback`
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst241 Fix out of bound iteration in asyncio.Future.remove_done_callback
D3.6.3rc1.rst588 Fix out of bounds write in `asyncio.CFuture.remove_done_callback()`.
D3.7.0a1.rst2162 Fix out of bounds write in `asyncio.CFuture.remove_done_callback()`.
3306 Fix out of bound iteration in asyncio.Future.remove_done_callback