Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py197 fut.remove_done_callback(lambda f: None)
690 f.remove_done_callback(cb1)
691 f.remove_done_callback(cb1)
713 f.remove_done_callback(cb1)
714 f.remove_done_callback(cb2)
715 f.remove_done_callback(cb1)
737 f.remove_done_callback(cb3)
738 f.remove_done_callback(cb3)
788 self.assertEqual(f.remove_done_callback(cb2), 1)
791 self.assertEqual(f.remove_done_callback(cb3), 0)
[all …]
/third_party/python/Lib/asyncio/
Dtasks.py437 fut.remove_done_callback(cb)
447 fut.remove_done_callback(cb)
496 f.remove_done_callback(_on_completion)
520 fut.remove_done_callback(cb)
554 f.remove_done_callback(_on_completion)
852 inner.remove_done_callback(_inner_done_callback)
Dfutures.py236 def remove_done_callback(self, fn): member in Future
Dbase_events.py637 future.remove_done_callback(_run_until_complete_cb)
/third_party/python/Doc/library/
Dasyncio-future.rst181 .. method:: remove_done_callback(callback)
Dasyncio-task.rst981 .. method:: remove_done_callback(callback)
987 See the documentation of :meth:`Future.remove_done_callback`
/third_party/python/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